 | FPDF_FILEACCESSParam Property |
Gets a user defined data, passed as the first parameter to getBlockCallback callback.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic byte[] Param { get; set; }
Public Property Param As Byte()
Get
Set
public:
property array<unsigned char>^ Param {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Param : byte[] with get, set
/** @property */
public byte[] get_Param()
/** @property */
public void set_Param(byte[] value)
function get_Param();
function set_Param(value);
Property Value
Byte
See Also