'Declaration Public Function New( _
ByVal documentParent document of this destination.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal pagePage of this destination.As PdfPage, _
ByVal destRectDestination rectangle.As System.Drawing.RectangleF _
)
public PdfDestinationFitRectangle(
Vintasoft.Imaging.Pdf.PdfDocument document,
PdfPage page,
System.Drawing.RectangleF destRect
)
public: PdfDestinationFitRectangle(
Vintasoft.Imaging.Pdf.PdfDocument* document,
PdfPage* page,
System.Drawing.RectangleF* destRect
)
public:
PdfDestinationFitRectangle(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
PdfPage^ page,
System.Drawing.RectangleF^ destRect
)
Parameters
- document
- Parent document of this destination.
- page
- Page of this destination.
- destRect
- Destination rectangle.