'Declaration
Public Overloads Function SaveAsPDF( _ ByVal FilePath As String, _ Optional ByVal Conformance As PdfConformance _ ) As GdPictureStatus
public GdPictureStatus SaveAsPDF( string FilePath, PdfConformance Conformance )
public function SaveAsPDF( FilePath: String; Conformance: PdfConformance ): GdPictureStatus;
public function SaveAsPDF( FilePath : String, Conformance : PdfConformance ) : GdPictureStatus;
public: GdPictureStatus SaveAsPDF( string* FilePath, PdfConformance Conformance )
public: GdPictureStatus SaveAsPDF( String^ FilePath, PdfConformance Conformance )
Parameters
- FilePath
- The file path where the destination document will save. If the specified file already exists, it will be overwritten.
- Conformance
- A member of the PdfConformance enumeration. Specifies the required conformance to the PDF or PDF/A standard of the saved PDF document.
You can use the value of the PdfConformance.PDF to save the file as a common PDF document.