PDFPropDlg

[Top]  [Chapter]  [Previous]  [Next]

This component displays this dialog when the procedure Execute() is called:

 

To use it you need to assign  its property 'PDFControl' to either an instance of PDFControl or RTF2PDF.

 

the first page with some standard properties

 

net_props1

 

the second page with advanced settings

 

net_props2

 

the third page can be used to change the security settings

 

net_props3

 

Before the dialog is displayed the event BeforeShowDialog is triggered. You can use it to change the captions and or visibility status of certain elements:

 

private void pdfPropDlg1_BeforeShowDialog(object Sender, wPDF.ConfigPDF Dialog)

{

 Dialog.OKBtn.Text = "Start"; // Change the button text

 Dialog.linklabel.Visible = false; // Hide the URL label

}

 

This dialog does not publish all properties - only those which are likely of interest for the user of your application.


[pdfpropdlg.htm]    Copyright © 2007 by WPCubed GmbH