Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class : GetOptions Method |
public IDocumentOptions GetOptions( DocumentFormat format )
'Declaration Public Function GetOptions( _ ByVal format As DocumentFormat _ ) As IDocumentOptions
'Usage Dim instance As DocumentWriter Dim format As DocumentFormat Dim value As IDocumentOptions value = instance.GetOptions(format)
public IDocumentOptions GetOptions( DocumentFormat format )
function Leadtools.Forms.DocumentWriters.DocumentWriter.GetOptions( format )
public: IDocumentOptions^ GetOptions( DocumentFormat format )
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 lists the document formats and the IDocumentOptions implementation class associated with it:
To change the options used with a particular format, perform the following steps: