Initializes a new instance of the PdfPage class
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public PdfPage( PdfPrintDocument Document, int pageNumber, bool isInViewer, bool imageSelectionDisabled, bool textSelectionDisabled )
Parameters
- Document
- Type: PdfPrintingNetPdfPrintDocument
- pageNumber
- Type: SystemInt32
- isInViewer
- Type: SystemBoolean
- imageSelectionDisabled
- Type: SystemBoolean
- textSelectionDisabled
- Type: SystemBoolean
See Also