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 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