PdfOptions Property

Summary

Gets or sets the Pdf options RasterDialogPdfFileOptions.

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

Property Value

Represents the Pdf options RasterDialogPdfFileOptions.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly