PdfProfile Property

Summary
Gets or sets the PDF Profile setting to be used when saving PDF files.
Syntax
C#
VB
C++
public FileSavePdfProfiles PdfProfile { get; set; } 
  
Public Property PdfProfile As FileSavePdfProfiles 
public: 
property FileSavePdfProfiles PdfProfile { 
   FileSavePdfProfiles get(); 
   void set (    FileSavePdfProfiles value); 
} 

Property Value

The PDF Profile to be used when saving PDF files.

Example

Refer to RasterSaveDialog example.

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.WinForms.CommonDialogs.File Assembly

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