 | Pdfium.FPDFDICT_GetMatrixBy Method |
Gets a Matrix from an Array object associated with the specified key.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_MATRIX FPDFDICT_GetMatrixBy(
IntPtr handle,
string key
)
Public Shared Function FPDFDICT_GetMatrixBy (
handle As IntPtr,
key As String
) As FS_MATRIX
public:
static FS_MATRIX^ FPDFDICT_GetMatrixBy(
IntPtr handle,
String^ key
)
static member FPDFDICT_GetMatrixBy :
handle : IntPtr *
key : string -> FS_MATRIX
public static FS_MATRIX FPDFDICT_GetMatrixBy(
IntPtr handle,
String key
)
Patagames.Pdf.Pdfium.FPDFDICT_GetMatrixBy = function(handle, key);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
Return Value
FS_MATRIXA Matrix associated with the specified key.
See Also