Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogPdfFileOptions Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogPdfFileOptions Class



Represents the Pdf load options that can be used in the load process for the RasterImageFormat.RasPdf, RasterImageFormat.EpsPostscript, and RasterImageFormat.Postscript format, this class will be filled with File Load Options dialog options in the Pdf tap.

Syntax

Visual Basic (Declaration) 
Public Class RasterDialogPdfFileOptions 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogPdfFileOptions
C# 
public class RasterDialogPdfFileOptions 
C++/CLI 
public ref class RasterDialogPdfFileOptions 

Example

Refer to RasterOpenDialog example.

Remarks

The Pdf-file Options tab can be seen below:

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterDialogPdfFileOptions

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also