LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)
LEAD Technologies, Inc

DocumentPageRestriction Enumeration






Specifies the page restriction mode used when saving a document. .NET support
Syntax
public enum DocumentPageRestriction : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DocumentPageRestriction 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DocumentPageRestriction
public enum DocumentPageRestriction : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Forms.DocumentWriters.DocumentPageRestriction = function() { };
Leadtools.Forms.DocumentWriters.DocumentPageRestriction.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DocumentPageRestriction : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Default

Default page restriction, requires emf handle to create document.

Relaxed

Relaxed page restrictions, emf handle is not mandatory to create document.

Remarks

The DocumentPageRestriction enumeration is used as the type for the DocumentOptions.PageRestriction property.

Use the DocumentOptions.PageRestriction property to control the page creation process used by the DocumentWriter.

DocumentPageRestriction.Default requires a valid EMF handle in the DocumentPage.EmfHandle property in order to create a document and thus does not support empty pages. Also, if the document supports overlay images (for example, PDF with the PdfDocumentOptions.ImageOverText option set to true), then an overlay image must be present in the DocumentPage.Image property of the page.

DocumentPageRestriction.Relaxed does not require an EMF handle in the DocumentPage.EmfHandle property and thus supports creating of a document with zero or more empty pages. Also, if the document supports overlay images (for example, PDF with the PdfDocumentOptions.ImageOverText option set to true) and an overlay image is not present in the DocumentPage.Image property of the page, then no overlay is automatically assumed and the page will be created successfully.

Example
For an example, refer to DocumentWriter.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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