LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

PdfProfile Property






Gets or sets the PDF Profile setting to be used when saving PDF files.
Syntax
public FileSavePdfProfiles PdfProfile {get; set;}
'Declaration
 
Public Property PdfProfile As FileSavePdfProfiles
'Usage
 
Dim instance As RasterSaveDialog
Dim value As FileSavePdfProfiles
 
instance.PdfProfile = value
 
value = instance.PdfProfile
public FileSavePdfProfiles PdfProfile {get; set;}
 get_PdfProfile();
set_PdfProfile(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.