Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SavePdfv14 Property
See Also 
Leadtools.Codecs Namespace > CodecsPdfSaveOptions Class : SavePdfv14 Property



Gets or sets a value indicating whether the PDF file should be saved as PDF v1.4.

Syntax

Visual Basic (Declaration) 
Public Property SavePdfv14 As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.SavePdfv14 = value
 
value = instance.SavePdfv14
C# 
public bool SavePdfv14 {get; set;}
C++/CLI 
public:
property bool SavePdfv14 {
   bool get();
   void set (bool value);
}

Return Value

true to save the file as PDF v1.4; otherwise it will be saved as PDF v1.2.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also