Overload | Description |
---|---|
GetOffsets(IPdfDict,PdfName,Offsets) | Gets the GrapeCity.Documents.Common.Offsets associated with the specified key (in a PDF a GrapeCity.Documents.Common.Offsets should be represented as an array of 4 floats).
Gets defValue if the value does not exist or cannot be converted to an GrapeCity.Documents.Common.Offsets. Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to an GrapeCity.Documents.Common.Offsets. |
GetOffsets(IPdfDict,PdfName,Nullable<Offsets>) | Gets the GrapeCity.Documents.Common.Offsets associated with the specified key (in a PDF an GrapeCity.Documents.Common.Offsets should be represented as an array of 4 floats).
Gets defValue if the value does not exist or cannot be converted to an GrapeCity.Documents.Common.Offsets. Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to an GrapeCity.Documents.Common.Offsets. |