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

Show in webframe

PageRestriction Property








Gets or sets a value that indicates whether there can be blank pages and overlay images.
Syntax
public DocumentPageRestriction PageRestriction {get; set;}
'Declaration
 
Public Property PageRestriction As DocumentPageRestriction
'Usage
 
Dim instance As DocumentOptions
Dim value As DocumentPageRestriction
 
instance.PageRestriction = value
 
value = instance.PageRestriction
public DocumentPageRestriction PageRestriction {get; set;}
@property (nonatomic, assign) LTDocumentPageRestriction pageRestriction
public DocumentPageRestriction getPageRestriction()
public void setPageRestriction(DocumentPageRestriction pageRestriction)
            
 <br/>get_PageRestriction();<br/>set_PageRestriction(value);<br/>Object.defineProperty('PageRestriction'); 
public:
property DocumentPageRestriction PageRestriction {
   DocumentPageRestriction get();
   void set (    DocumentPageRestriction value);
}

Property Value

A DocumentPageRestriction enumeration member that specifies the current document page restriction.
Remarks

You can 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 DocumentSvgPage.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 DocumentSvgPage.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.
Requirements

Target Platforms

See Also

Reference

DocumentOptions Class
DocumentOptions Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

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