| PdfTypeDictionaryGetRectBy Method |
Gets the element with the specified key and returns it as a rectangle.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_RECTF GetRectBy(
string key
)
Public Function GetRectBy (
key As String
) As FS_RECTF
public:
FS_RECTF GetRectBy(
String^ key
)
member GetRectBy :
key : string -> FS_RECTF
public FS_RECTF GetRectBy(
String key
)
Parameters
- key String
- The key of the element to get.
Return Value
FS_RECTFThe rectangle located at the specified key.
Exceptions See Also