Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class : SetOptions Method |
public void SetOptions( DocumentFormat format, IDocumentOptions options )
'Declaration Public Sub SetOptions( _ ByVal format As DocumentFormat, _ ByVal options As IDocumentOptions _ )
'Usage Dim instance As DocumentWriter Dim format As DocumentFormat Dim options As IDocumentOptions instance.SetOptions(format, options)
public void SetOptions( DocumentFormat format, IDocumentOptions options )
public: void SetOptions( DocumentFormat format, IDocumentOptions^ options )
You cannot use the IDocumentOptions class directly. Instead, use one of the derived classes to get and set the options associated with a document format. The following table list the document formats and the IDocumentOptions implementation class associated with it:
To change the options used with a particular format, perform the following steps: