![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace : DocumentPageRestriction Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentPageRestriction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum DocumentPageRestriction Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As DocumentPageRestriction
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentPageRestriction : System.IComparable, System.IConvertible, System.IFormattable
public enum DocumentPageRestriction
Leadtools.Forms.DocumentWriters.DocumentPageRestriction = function() { }; Leadtools.Forms.DocumentWriters.DocumentPageRestriction.prototype = {<br/> Default = 0, Relaxed = 1, };
[DataContractAttribute()] [SerializableAttribute()] public enum class DocumentPageRestriction : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Default |
Default page restriction, requires emf handle to create document. ![]() ![]() ![]() ![]() ![]() |
1 | Relaxed |
Relaxed page restrictions, emf handle is not mandatory to create document. ![]() ![]() ![]() ![]() ![]() |
The DocumentPageRestriction enumeration is used as the type for the DocumentOptions.PageRestriction property.
Use the PageRestriction property to control the page creation process used by the DocumentWriter.
DocumentPageRestriction.Default requires a valid EMF handle in the DocumentEmfPage.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 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 DocumentEmfPage.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 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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.DocumentPageRestriction