 | PdfiumFPDFDICT_SetAtMatrix Method |
Creates an Array object, initialize it with matrix values (a, b, c, d, e, f) and sets it at the specified key of dictionary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFDICT_SetAtMatrix(
IntPtr handle,
string key,
FS_MATRIX value
)
Public Shared Sub FPDFDICT_SetAtMatrix (
handle As IntPtr,
key As String,
value As FS_MATRIX
)
public:
static void FPDFDICT_SetAtMatrix(
IntPtr handle,
String^ key,
FS_MATRIX^ value
)
static member FPDFDICT_SetAtMatrix :
handle : IntPtr *
key : string *
value : FS_MATRIX -> unit
public static void FPDFDICT_SetAtMatrix(
IntPtr handle,
String key,
FS_MATRIX value
)
Patagames.Pdf.Pdfium.FPDFDICT_SetAtMatrix = function(handle, key, value);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
- value FS_MATRIX
- Initial value for newly created Array object
See Also