Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class : GetOptions Method |
public DocumentOptions GetOptions( DocumentFormat format )
'Declaration
Public Function GetOptions( _ ByVal format As DocumentFormat _ ) As DocumentOptions
'Usage
Dim instance As DocumentWriter Dim format As DocumentFormat Dim value As DocumentOptions value = instance.GetOptions(format)
public DocumentOptions GetOptions( DocumentFormat format )
- (LTDocumentOptions *)optionsForFormat:(LTDocumentFormat)format
public DocumentOptions getOptions(DocumentFormat format)
function Leadtools.Forms.DocumentWriters.DocumentWriter.GetOptions( format )
public: DocumentOptions^ GetOptions( DocumentFormat format )
You cannot use the DocumentOptions 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 DocumentOptions derived class associated with it:
To change the options used with a particular format, perform the following steps: