DestFit Enumeration

PDF File Writer

DestFit Enumeration

Named destination fit constants

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum DestFit
Members
  Member nameValueDescription
Fit0 Fit entire page. No arguments.
FitH1 Display the page with top coordinate at top of the window. One argument.
FitV2 Display the page with left coordinate at left side of the window. One argument.
FitR3 Display the page within rectangle. Four argument.
FitB4 Fit entire page including boundig box. No arguments.
FitBH5 Display the page with top coordinate at top of the window. One argument.
FitBV6 Display the page with left coordinate at left side of the window. One argument.
See Also