←Select platform

DocumentFormat Property

Summary

Output format to use for document conversion.

Syntax
C#
VB
C++
public DocumentFormat DocumentFormat { get; set; } 
Public Property DocumentFormat() As DocumentFormat 
   Get 
   Set 
public:  
   property DocumentFormat^ DocumentFormat 
   { 
      DocumentFormat^ get() 
      void set(DocumentFormat^ value) 
   } 

Property Value

The output format to use for document conversion. Default value is DocumentFormat.User.

Remarks

This member mirrors DocumentConverterJobData.DocumentFormat. Refer to it for more information.

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.