메소드 | 설명 | |
---|---|---|
File ( File abstraction, ReadStyle propertiesStyle ) : System |
Constructs and initializes a new instance of
|
|
File ( string path ) : System |
Constructs and initializes a new instance of
|
|
File ( string path, ReadStyle propertiesStyle ) : System |
Constructs and initializes a new instance of
|
|
Save ( ) : void |
Saves the changes made in the current instance to the file it represents.
|
메소드 | 설명 | |
---|---|---|
File ( IFileAbstraction abstraction ) : System |
Constructs and initializes a new instance of
|
메소드 | 설명 | |
---|---|---|
ExtractProperties ( ) : Properties |
Attempts to extract the media properties of the main photo.
|
|
Read ( ReadStyle propertiesStyle ) : void |
Reads the file with a specified read style.
|
|
ReadFirstIFDOffset ( ) : uint |
Starts parsing the TIFF header of the file from beginning and sets is_bigendian according to the header. The method returns the offset to the first IFD.
|
|
UpdateTags ( |
Update the XMP stored in the Tiff IFD
|
|
WriteFile ( ) : void |
Render the whole file and write it back.
|
public File ( File abstraction, ReadStyle propertiesStyle ) : System | ||
abstraction | File |
/// A |
propertiesStyle | ReadStyle |
/// A |
리턴 | System |
protected File ( IFileAbstraction abstraction ) : System | ||
abstraction | IFileAbstraction |
/// A |
리턴 | System |
public File ( string path ) : System | ||
path | string |
/// A |
리턴 | System |
public File ( string path, ReadStyle propertiesStyle ) : System | ||
path | string |
/// A |
propertiesStyle | ReadStyle |
/// A |
리턴 | System |