Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DocumentPageRestriction Enumeration
See Also  
Leadtools.Forms.DocumentWriters Namespace : DocumentPageRestriction Enumeration



Specifies the page restriction mode used when saving a document.

Syntax

Visual Basic (Declaration) 
Public Enum DocumentPageRestriction 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DocumentPageRestriction
C# 
public enum DocumentPageRestriction : Enum 
C++/CLI 
public enum class DocumentPageRestriction : public Enum 

Members

MemberDescription
DefaultDefault page restriction, requires emf handle to create document.
Relaxed Relaxed page restrictions, emf handle is not mandatory to create document.

Example

For an example, refer to DocumentWriter.

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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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