DrawPageInBookletEventArgs
PageInSource Property
|
Gets the page of the source file.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPageBase PageInSource { get; }
Public ReadOnly Property PageInSource As PdfPageBase
Get
public:
property PdfPageBase^ PageInSource {
PdfPageBase^ get ();
}
member PageInSource : PdfPageBase with get
Property Value
Type:
PdfPageBase
See Also