Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

PdfDocumentPageFitType Enumeration








Specifies the page fit option.
Syntax
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum PdfDocumentPageFitType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PdfDocumentPageFitType
typedef NS_ENUM(NSInteger, LTPdfDocumentPageFitType)
public enum PdfDocumentPageFitType
Leadtools.Forms.DocumentWriters.PdfDocumentPageFitType = function() { };
Leadtools.Forms.DocumentWriters.PdfDocumentPageFitType.prototype = {<br/>
  Default = 0,
	FitWidth = 1,
	FitHeight = 2,
	FitWidthBounds = 3,
	FitHeightBounds = 4,
	FitBounds = 5,
	
 };
Members
ValueMemberDescription
0Default Default page fit type.
1FitWidth Fit page width.
2FitHeight Fit page height.
3FitWidthBounds Fit page width bounds.
4FitHeightBounds Fit page height bounds.
5FitBounds Fit page bounds.
Remarks

Use this option to set/retrieve the page fit type in PdfDocumentOptions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.PdfDocumentPageFitType

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features