PresentationDocumentInfo
PresentationDocumentInfo structure
Represents metadata of one Presentation document
public struct PresentationDocumentInfo : IDocumentInfo
Properties
Name |
Description |
Format { get; } |
Returns a format of this Presentation document |
IsEncrypted { get; } |
Indicates whether this specific Presentation document in encrypted and requires password for opening |
PageCount { get; } |
Returns number of slides in this Presentation document |
Size { get; } |
Returns size in bytes of this Presentation document |
Methods
Name |
Description |
GeneratePreview(int) |
Generates and returns a preview of the selected slide in a form of SVG image |
See Also