LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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.

Object Model

RasterDialogPdfFileOptions Class

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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also