Gets the size of the page.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public abstract SizeF Size { get; }
Public MustOverride ReadOnly Property Size As SizeF Get
public: virtual property SizeF Size { SizeF get () abstract; }
abstract Size : SizeF with get