Leadtools.Forms.DocumentWriters Namespace > DocumentOptions Class : PageRestriction Property |
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;}
get_PageRestriction();
set_PageRestriction(value);
public: property DocumentPageRestriction PageRestriction { DocumentPageRestriction get(); void set ( DocumentPageRestriction value); }
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 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.
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