An NDoc Documented Class Library

pdfDestinationFactory.createPdfDestinationXYZ Method 

Method that creates a pdfDestination with XYZ type

public static IPdfDestination createPdfDestinationXYZ(
   int left,
   int top,
   int zoom
);

Parameters

left
Left margin
top
Top margin
zoom
Page's zoom

Return Value

pdfDestination object

See Also

pdfDestinationFactory Class | sharpPDF Namespace