 |
XRect
Inflate Method (Double, Double)
|
Expands or shrinks the rectangle by using the specified width and height amounts, in all directions.
Namespace: XsPDF.Drawing
Assembly: XsPDF (in XsPDF.dll) Version: 6.11.0.1333 (6.11.0.1333)
Syntax
public void Inflate(
double width,
double height
)
Public Sub Inflate (
width As Double,
height As Double
)
public:
void Inflate(
double width,
double height
)
member Inflate :
width : float *
height : float -> unit
Parameters
- width
-
Type: System
Double
- height
-
Type: System
Double
See Also
-
-
-
-
-
-
-
Lienar barcode EAN13 creating to PDF using PDF barcode Component Use our SynPDF unit. Among its features, you can use a true TCanvas to create the PDF, and embed True Type fonts subsets. It's one of the few libraries handling Arabic languages and such (via . the UniScribe API). It's fully Unicode ready, and very fast. And it's FREE and OpenSource! Works from Delphi 6 up to Delphi XE. .
-
-
-
-
Multiple pages tif document analyzed to text sample code I'm trying to attach a PDF attachment to an email being sent with System.Net.Mail. The attachment-adding part looks like this: using (MemoryStream pdfStream = new MemoryStream . ()) { pdfStream.Write(pdfData, 0, pdfData.Length); Attachment a = new Attachment(pdfStream, string.Format("Receipt_{0}_{1}.pdf", jobId, DateTime.UtcNow.ToString("yyyyMMddHHmm"))); msg.Attachments.Add .
-
How to use XsPDF Toolkit for .NET to add MS Spline Range graphs to PDF page in C#.NET If a pdf has been created by scanning then there should only be one image associated with each page. You can find each image resolution for each page image by parsing the pdf using the iText(Java . in the pdf. Note that the scaling of this image to match the page resolution (as in the size of the page rendered in Acrobat - A4, Letter, etc) is performed separately in the page content stream .
-
Barcode inserted to PDF page online demo As most other answers have hinted, you can just add a reference to a dll from anywhere. However it'd probably be a good idea to create a 'lib' (as in library) folder in your project, copy the dll in .
-
-
Tutorial for scaning plain text from PDF page If you can get a data packet into the PDF, the XFA runtime in Acrobat would populate those fields with the data in the data packet. If you want to see what one of these looks like, create a form . in LiveCycle Designer (comes with Acrobat Pro), add some fields to it, and save it as a dynamic PDF. Open the form in Acrobat and type some values into the fields and save it. Open the PDF .