Class DocumentInfo
Represents the page size, count, annotations of the PDF document.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class DocumentInfo
Constructors
DocumentInfo()
Declaration
public DocumentInfo()
Properties
PageCount
Gets the page count of the loaded document.
Declaration
[JsonPropertyName("pageCount")]
[JsonInclude]
public int PageCount { get; }
Property Value
| Type |
|---|
| int |
PageSizes
Gets the page sizes of the loaded document.
Declaration
[JsonConverter(typeof(DictionarySizeFConverter))]
[JsonPropertyName("pageSizes")]
[JsonInclude]
public Dictionary<int, SizeF> PageSizes { get; }
Property Value
| Type |
|---|
| Dictionary<int, SizeF> |