public class FixedLayoutDocumentInfo extends com.aspose.ms.lang.Struct<FixedLayoutDocumentInfo> implements IDocumentInfo
Represents metadata of one document with fixed layout format like PDF or XPS
| Constructor and Description |
|---|
FixedLayoutDocumentInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(FixedLayoutDocumentInfo other)
Determines whether this instance is equal to the other specified FixedLayoutDocumentInfo instance
|
com.groupdocs.editor.formats.abstraction.DocumentFormatBase |
getFormat()
Returns a format of this fixed-layout format document
|
int |
getPageCount()
Returns number of pages
|
long |
getSize()
Returns size in bytes of this fixed-layout format document
|
boolean |
isEncrypted()
Determines whether this specific fixed-layout format document in encrypted and requires password for opening
|
public final boolean equals(FixedLayoutDocumentInfo other)
Determines whether this instance is equal to the other specified FixedLayoutDocumentInfo instance
other - Other FixedLayoutDocumentInfo instance, that should be checked on equality with thispublic final com.groupdocs.editor.formats.abstraction.DocumentFormatBase getFormat()
Returns a format of this fixed-layout format document
getFormat in interface IDocumentInfopublic final int getPageCount()
Returns number of pages
getPageCount in interface IDocumentInfopublic final long getSize()
Returns size in bytes of this fixed-layout format document
getSize in interface IDocumentInfopublic final boolean isEncrypted()
Determines whether this specific fixed-layout format document in encrypted and requires password for opening
isEncrypted in interface IDocumentInfoCopyright © 2024. All rights reserved.