Class DocumentInfo
Represents the page size, count, annotations of the PDF document.
Inheritance
System.Object
DocumentInfo
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class DocumentInfo : Object
Constructors
DocumentInfo()
Declaration
public DocumentInfo()
Properties
PageCount
Gets the page count of the loaded document.
Declaration
public int PageCount { get; }
Property Value
Type |
---|
System.Int32 |
PageSizes
Gets the page sizes of the loaded document.
Declaration
public Dictionary<int, SizeF> PageSizes { get; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.Int32, System.Drawing.SizeF> |