 |
XRect
Transform Method (XRect, XMatrix)
|
Returns the rectangle that results from applying the specified matrix to the specified rectangle.
Namespace: XsPDF.Drawing
Assembly: XsPDF (in XsPDF.dll) Version: 6.11.0.1333 (6.11.0.1333)
Syntax
public static XRect Transform(
XRect rect,
XMatrix matrix
)
Public Shared Function Transform (
rect As XRect,
matrix As XMatrix
) As XRect
public:
static XRect Transform(
XRect rect,
XMatrix matrix
)
static member Transform :
rect : XRect *
matrix : XMatrix -> XRect
Parameters
- rect
-
Type: XsPDF.Drawing
XRect
- matrix
-
Type: XsPDF.Drawing
XMatrix
Return Value
Type:
XRect
See Also
-
-
-
How to use XsPDF Barcode Component for .NET to add QR-Code on PDF page in CSharp .NET I'm stamping an existing PDF file with extra information using the iText library. The extra information is text that should be rendered in a custom TTF font. Problem is that the text is not visible . in the Adobe Reader only. Other PDF viewers, such as the default eVince reader in Ubuntu and the Google online PDF reader render the stamped text in the custom embedded font just fine. I tried .
-
-
Converting high quality single page tiff images from PDF file using PDF Toolkit Problem is that EPS in R does not support transparency. One option is to export to PDF, transparency is fully supported then : ggplot(data = data, aes(x=X1, y=X2)) + geom_point(alpha=0.4 . ) + stat_smooth(se=T, method="lm") dev.copy2pdf(file="plot.pdf",out.type="cairo", width=10, height=7.5) the PDF you can then convert to EPS with pdftops, Inkscape or Adobe Illustrator. Saving as high res .
-
How to analyze bmp to text See The F# 3.0 Language Specification (final version, PDF), §8.6.1 Primary Constructors in Classes: During construction, no member on the type may be called before the last value or function .
-
-
-
-
-
-
-
-
-
Convert Microsoft Range chart to PDF Fop fop = fopFactory.newFop("application/pdf" /*MimeConstants.MIME_PDF*/, foUserAgent, outputStream); // Setup XSLT TransformerFactory factory .