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

Show in webframe

PdfDocumentPageLayoutType Enumeration








Specifies the page layout option.
Syntax
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum PdfDocumentPageLayoutType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PdfDocumentPageLayoutType
typedef NS_ENUM(NSInteger, LTPdfDocumentPageLayoutType)
public enum PdfDocumentPageLayoutType
Leadtools.Forms.DocumentWriters.PdfDocumentPageLayoutType = function() { };
Leadtools.Forms.DocumentWriters.PdfDocumentPageLayoutType.prototype = {<br/>
  SinglePageDisplay = 0,
	OneColumnDisplay = 1,
	TwoColumnLeftDisplay = 2,
	TwoColumnRightDisplay = 3,
	TwoPageLeft = 4,
	TwoPageRight = 5,
	
 };
Members
ValueMemberDescription
0SinglePageDisplay Display one page at a time.
1OneColumnDisplay Display the pages in one column.
2TwoColumnLeftDisplay Display the pages in two columns, with odd-numbered pages on the left.
3TwoColumnRightDisplay Display the pages in two columns, with odd-numbered pages on the right.
4TwoPageLeft Display the pages two at a time, with odd-numbered pages on the left.
5TwoPageRight Display the pages two at a time, with odd-numbered pages on the right.
Remarks

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

Inheritance Hierarchy

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

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