An NDoc Documented Class Library

pdfDestinationFactory.createPdfDestinationFitR Method 

Mathod that creates a pdfDestination with FitR type

public static IPdfDestination createPdfDestinationFitR(
   int left,
   int top,
   int bottom,
   int right
);

Parameters

left
Left margin
top
Top margin
bottom
Bottom margin
right
Right margin

Return Value

pdfDestination object

See Also

pdfDestinationFactory Class | sharpPDF Namespace