ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDestination Class : ImGearPDFDestination Constructor |
'Declaration Public Function New( _ ByVal document As ImGearPDFDocument, _ ByVal page As ImGearPDFPage, _ ByVal fitType As ImGearPDFAtom, _ ByVal rect As ImGearPDFFixedRect, _ ByVal zoom As Integer, _ ByVal pageNumber As Integer _ )
'Usage Dim document As ImGearPDFDocument Dim page As ImGearPDFPage Dim fitType As ImGearPDFAtom Dim rect As ImGearPDFFixedRect Dim zoom As Integer Dim pageNumber As Integer Dim instance As New ImGearPDFDestination(document, page, fitType, rect, zoom, pageNumber)
public ImGearPDFDestination( ImGearPDFDocument document, ImGearPDFPage page, ImGearPDFAtom fitType, ImGearPDFFixedRect rect, int zoom, int pageNumber )
public: ImGearPDFDestination( ImGearPDFDocument* document, ImGearPDFPage* page, ImGearPDFAtom* fitType, ImGearPDFFixedRect* rect, int zoom, int pageNumber )
public: ImGearPDFDestination( ImGearPDFDocument^ document, ImGearPDFPage^ page, ImGearPDFAtom^ fitType, ImGearPDFFixedRect^ rect, int zoom, int pageNumber )