FileFormatInfo Class

FileFormatInfo class

Contains data returned by file format detection methods.


type FileFormatInfo struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewFileFormatInfoDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsProtectedByRMSGets whether the file is protected by Microsoft Rights Management Server.
IsEncryptedReturns true if the document is encrypted and requires a password to open.
GetFileFormatTypeGets the detected file format.
GetLoadFormatGets the detected load format.