In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / SaveAsPDF_2 Method

SaveAsPDF_2 Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(622)>

Function SaveAsPDF_2( _

   ByVal ImageID As Integer, _

   ByVal FilePath As String, _

   ByVal Title As String, _

   ByVal Author As String, _

   ByVal Subject As String, _

   ByVal Keywords As String, _

   ByVal Creator As String, _

   ByVal Encryption As PdfEncryption, _

   ByVal Rights As PdfRight, _

   ByVal UserPassword As String, _

   ByVal OwnerPassword As String _

) As GdPictureStatus
[DispId(622)]

GdPictureStatus SaveAsPDF_2( 

   int ImageID,

   string FilePath,

   string Title,

   string Author,

   string Subject,

   string Keywords,

   string Creator,

   PdfEncryption Encryption,

   PdfRight Rights,

   string UserPassword,

   string OwnerPassword

)
function SaveAsPDF_2( 

    ImageID: Integer;

    FilePath: String;

    Title: String;

    Author: String;

    Subject: String;

    Keywords: String;

    Creator: String;

    Encryption: PdfEncryption;

    Rights: PdfRight;

    UserPassword: String;

    OwnerPassword: String

): GdPictureStatus; 
DispIdAttribute(622)

function SaveAsPDF_2( 

   ImageID : int,

   FilePath : String,

   Title : String,

   Author : String,

   Subject : String,

   Keywords : String,

   Creator : String,

   Encryption : PdfEncryption,

   Rights : PdfRight,

   UserPassword : String,

   OwnerPassword : String

) : GdPictureStatus;
[DispId(622)]

GdPictureStatus SaveAsPDF_2( 

   int ImageID,

   string* FilePath,

   string* Title,

   string* Author,

   string* Subject,

   string* Keywords,

   string* Creator,

   PdfEncryption Encryption,

   PdfRight Rights,

   string* UserPassword,

   string* OwnerPassword

) 
[DispId(622)]

GdPictureStatus SaveAsPDF_2( 

   int ImageID,

   String^ FilePath,

   String^ Title,

   String^ Author,

   String^ Subject,

   String^ Keywords,

   String^ Creator,

   PdfEncryption Encryption,

   PdfRight Rights,

   String^ UserPassword,

   String^ OwnerPassword

) 

Parameters

ImageID
FilePath
Title
Author
Subject
Keywords
Creator
Encryption
Rights
UserPassword
OwnerPassword
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members