 |
XRect
Offset Method (XRect, Double, Double)
|
Returns a rectangle that is offset from the specified rectangle by using specified horizontal and vertical amounts.
Namespace: XsPDF.Drawing
Assembly: XsPDF (in XsPDF.dll) Version: 6.11.0.1333 (6.11.0.1333)
Syntax
public static XRect Offset(
XRect rect,
double offsetX,
double offsetY
)
Public Shared Function Offset (
rect As XRect,
offsetX As Double,
offsetY As Double
) As XRect
public:
static XRect Offset(
XRect rect,
double offsetX,
double offsetY
)
static member Offset :
rect : XRect *
offsetX : float *
offsetY : float -> XRect
Parameters
- rect
-
Type: XsPDF.Drawing
XRect
- offsetX
-
Type: System
Double
- offsetY
-
Type: System
Double
Return Value
Type:
XRect
See Also
-
-
Convert PDF to hd bitmap image format I am using NSAttributedString (and NSMutableAttributeString) for writing to a PDF via UIGraphicsBeginPDFContextToFile. When I output an attributed string with underline attributes, the underline .
-
How to use XsExcel Library for .NET to make MS Excel in Visual C# , since there's no sense in talking about PHP4 in the year 2015, and room must be made for PHP7. There is even less sense in talking about PHP3, but it so happens that you can find the PHP3 manual in PDF form with a google search, here's the top result for me. .
-
.NET demo for converting fax document to text could not be nested, which would be a severe problem. This is documented, e.g. [U] 18.3.1 in PDF documentation. There are other problems with your code. Let's fix it first, using the correct quotation .
-
-
Workbook edited guide Here is my code: NSSharingService *service = [NSSharingService sharingServiceNamed: NSSharingServiceNameComposeMessage]; tempURL = [NSURL fileURLWithPath:[NSHomeDirectory() string .
-
Make linear Code128 to PDF Our company uses Mercurial for source control of a Java web application. It worked so well we started using source control for a bunch of content (PDF files). For our deployment model this worked .
-
-
-
Insert Pie chart to PDF does the code sample you provided even output a PDF? it looks like you tried a number of different ways to add the barcode image and ended up with excess code that confused things it confused me . Response = context.Response; Response.ContentType = "application/pdf"; PdfReader reader = new PdfReader(context.Server.MapPath(PATH_TO_PDF)); /* * save __one__ instance of barcode image; * see .
-
C#.NET sample code for transforming PDF page to tiff to be able to set the font of different parts of the text in the same field. Here's how I'm setting the font of the form fields currently: // Use iTextSharp PDF Reader, to get the fields . ) PdfStamper pdfStamper = new PdfStamper(pdfReader, ms); // Get Reference to PDF Document Fields AcroFields pdfFormFields = pdfStamper.AcroFields; //create .
-
-
Demo for conversion PDF page to jpg file This is what your looking for: url_for params.merge(:format => "PDF", :only_path => false) This will create an absolute url for the current page including the current params. .
-
Insert Microsoft Line graphing to PDF in CSharp .NET , and lower printing quality output). I've found the best strategy is to generate the PDF on the server (enabling you to take advantage of a reporting engine), and display it in your application . of generating the report on the server as a PDF and displaying it in your application, I've written an article on doing so here: .
-