|
The following code.
var rc = new XRect();
rc.String = "10 10 200 100";
Response.Write($"Width = {rc.Width}");
Response.Write("<br>");
Response.Write($"Height = {rc.Height}");
Dim rc As New XRect()
rc.String = "10 10 200 100"
Response.Write($"Width = {rc.Width}")
Response.Write("<br>")
Response.Write($"Height = {rc.Height}")
Produces the following output.
Width = 190
Height = 90
Also see example code in: ABCpdf Text Flow Round Image
Example, ABCpdf
Headers and Footers Example, ABCpdf Advanced
Graphics Example, ABCpdf PDF Rendering
Example, Doc
AddImageDoc Function, Doc AddImageFile
Function, Doc
AddImageObject Function, Doc MediaBox Property,
Doc Rect Property,
XHtmlOptions
GetTagRects Function, XImage Selection
Property, XRect Inset
Function, XRect Magnify
Function, XRect Move
Function, XRect Position
Function, XRect Resize
Function, XRect SetRect
Function, XRendering
AntiAliasPolygons Property, XRendering
AntiAliasText Property, XRendering
ColorSpace Property, XRendering
DefaultHalftone Property, XRendering IccCmyk
Property, XRendering
SaveCompression Property, XTransform Invert
Function, FontObject
Widths Property, Page
GetBitmap Function, TextOperation
Group Function,
WebPageOperation Doc Property.
|
|
|