Discuss this help topic in SecureBlackbox Forum

TElPDFImage.ResourceName

TElPDFImage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the image resource name in the document.

Declaration

[C#]
    string ResourceName;

[VB.NET]
    Property ResourceName As String

[Pascal]
    property ResourceName : string;

[C++]
    void get_ResourceName(std::string &OutResult);
    void set_ResourceName(const std::string &Value);

[PHP]
    string get_ResourceName()
    void set_ResourceName(string $Value)

[Java]
    String getResourceName();
    void setResourceName(String Value);

Description

    Use this property to specify the image resource name in the PDF document.

Discuss this help topic in SecureBlackbox Forum