FileFormatInfo Class
FileFormatInfo class
Contains data returned by
type FileFormatInfo struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewFileFormatInfo | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
IsProtectedByRMS | Gets whether the file is protected by Microsoft Rights Management Server. |
IsEncrypted | Returns true if the document is encrypted and requires a password to open. |
GetFileFormatType | Gets the detected file format. |
GetLoadFormat | Gets the detected load format. |