Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Pdf.PDFDocumentPage.FormFields | Gets a list of the form fields found in this page. |
Leadtools.Pdf.PDFDocumentPage.Signatures | Gets a list of the digital signatures found in this page. |
Leadtools.Pdf.PDFParseDocumentStructureOptions.Images |
Parse the images found in the document. This option populates the PDFDocument.Images property. |
Leadtools.Pdf.PDFParseDocumentStructureOptions.Fonts |
Parse the fonts found in the document. This option populates the PDFDocument.Fonts property. |
Leadtools.Pdf.PDFParsePagesOptions.RTLOriginal |
Parse characters right to left as they are stored in the page. |
Leadtools.Pdf.PDFParsePagesOptions.RTLFlipBrackets |
Flip bracket characters for right to left text when parsing the page. |
Leadtools.Pdf.PDFParsePagesOptions.FormFields |
Parse the form fields found in the page. Specifying this member will populate the PDFDocumentPage.FormFields collection with the PDF form fields found in the page. |
Leadtools.Pdf.PDFParsePagesOptions.Signatures |
Parse the digital signatures found in the page. Specifying this member will populate the PDFDocumentPage.Signatures collection with the PDF digital signatures found in the page. |
Leadtools.Pdf.PDFDocument(IO.Stream) (Constructor) | Initializes a new PDFDocument from a specified stream containing a PDF file. |
Leadtools.Pdf.PDFDocument(IO.Stream,String) (Constructor) | Initializes a new PDFDocument from the specified stream containing a PDF file and (optional) password. |
Leadtools.Pdf.PDFDocument.GetPageSvg(Leadtools.Codecs.RasterCodecs,Int32,Leadtools.Codecs.CodecsLoadSvgOptions) | Gets a SVG document representation of a page in the PDF file associated with this PDFDocument. |
Leadtools.Pdf.PDFDocument.GetContentType(Int32) | Gets the content type for the specified page of this PDFDocument. |
Leadtools.Pdf.PDFDocument.GetPageSvg(Int32,Leadtools.Codecs.CodecsLoadSvgOptions) | Gets the specified page as an SVG document. |
Leadtools.Pdf.PDFDocument.DecodeImage(String) | Decodes the specified PDF image object embedded in this PDFDocument. |
Leadtools.Pdf.PDFDocument.Images | Gets a list of the embedded images of this PDFDocument. |
Leadtools.Pdf.PDFDocument.Fonts | Gets a list of the embedded fonts of this PDFDocument. |
Leadtools.Pdf.PDFContentType | Specifies PDF content type |
Leadtools.Pdf.PDFContentType.Text | PDF contains any content |
Leadtools.Pdf.PDFContentType.Image | Page has an image only, no other content |
Leadtools.Pdf.PDFContentType.ImageOverText | Page has an image over the content |
Leadtools.Pdf.PDFFile.ClearBookmarks(String) | Clears the bookmarks and internal links (TOC) from an existing PDF file. |
Leadtools.Pdf.PDFFile.ClearAnnotations(String) | Clears the annotations from an existing PDF file. |
Leadtools.Pdf.PDFFile.Optimize(String) | Optimizes this PDFFile object and writes the PDF data into the specified file. |
Leadtools.Pdf.PDFFile.SetInitialView(String) | Updates the initial view options of the specified PDF file. |
Leadtools.Pdf.PDFFile.DrawDocument(IntPtr,Int32,Int32) | Renders the specified page of the PDF file. |
Leadtools.Pdf.PDFFile.ConvertToSvg(String,Int32,Int32) | Converts the specified page of this PDFFile to SVG. |
Leadtools.Pdf.PDFFile.SignDocument(String,String,String) | Adds a digital signature to a PDF document from a PFX file. |
Leadtools.Pdf.PDFFile.InitialViewOptions | Sets the PDFInitialViewOptions that this PDFFile object uses when creating new PDF files. |
Leadtools.Pdf.PDFFile.OptimizerOptions | Sets the PDFOptimizerOptions that this PDFFile object uses when Optimize is called to create a new, optimized PDF file. |
Leadtools.Pdf.PDFSignature | Contains information about a single PDF digital signature. |
Leadtools.Pdf.PDFSignature.StateInvalid | State is invalid |
Leadtools.Pdf.PDFSignature.StateUnknown | State is unknown |
Leadtools.Pdf.PDFSignature.StateValid | State is valid |
Leadtools.Pdf.PDFSignature.KeyUsageDigitalSignature | This is a digital signature |
Leadtools.Pdf.PDFSignature.KeyUsageNonRepudiation | Non-repudiation signature |
Leadtools.Pdf.PDFSignature.KeyUsageKeyEncipherment | Key encipherment signature |
Leadtools.Pdf.PDFSignature.KeyUsageDataEncipherment | Data encipherment signature |
Leadtools.Pdf.PDFSignature.KeyUsageKeyAgreement | Agreement signature |
Leadtools.Pdf.PDFSignature.KeyUsageKeyCertSign | Certificate sign signature |
Leadtools.Pdf.PDFSignature.KeyUsageCRLSign | CRL sign signature |
Leadtools.Pdf.PDFSignature.KeyUsageEncipherOnly | Encipher-only signature |
Leadtools.Pdf.PDFSignature.KeyUsageDecipherOnly | Decipher-only signature |
Leadtools.Pdf.PDFSignature.PublicKeyTypeRSA | RSA public key type |
Leadtools.Pdf.PDFSignature.PublicKeyTypeRSA2 | RSA2 public key type |
Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA | DSA public key type |
Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA1 | DSA1 public key type |
Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA2 | DSA2 public key type |
Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA3 | DSA3 public key type |
Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA4 | DSA4 public key type |
Leadtools.Pdf.PDFSignature (Constructor) | Initializes a new instance of PDFSignature. |
Leadtools.Pdf.PDFSignature.Clone | Returns an exact copy of this PDFSignature. |
Leadtools.Pdf.PDFSignature.CertificateInfoIssuer | Issuer key |
Leadtools.Pdf.PDFSignature.CertificateInfoSubject | Subject key |
Leadtools.Pdf.PDFSignature.CertificateInfoSerialNumber | Serial number key |
Leadtools.Pdf.PDFSignature.CertificateInfoIssuerStream | Issuer stream key |
Leadtools.Pdf.PDFSignature.CertificateInfoSubjectStream | Subject stream key |
Leadtools.Pdf.PDFSignature.CertificateInfoSHA1Digest | SHA1 digest key |
Leadtools.Pdf.PDFSignature.CertificateInfoPublicKey | Public key |
Leadtools.Pdf.PDFSignature.Bounds | The location and size of this signature in the page. |
Leadtools.Pdf.PDFSignature.PageNumber | The 1-based number of the page that owns this signature. |
Leadtools.Pdf.PDFSignature.CanValidate | Indicates that this signature can be validated. |
Leadtools.Pdf.PDFSignature.State | State of the signature. |
Leadtools.Pdf.PDFSignature.Version | Signature version. |
Leadtools.Pdf.PDFSignature.CertificateInfo | A dictionary of the certificate information of this signature. |
Leadtools.Pdf.PDFSignature.PublicKeyBits | Number of bits of the signature's public key. |
Leadtools.Pdf.PDFSignature.PublicKeyType | Public key type of this signature. |
Leadtools.Pdf.PDFSignature.KeyUsage | Key usage of this signature. |
Leadtools.Pdf.PDFSignature.ValidFrom | Starting date of when the signature is valid (issue date). |
Leadtools.Pdf.PDFSignature.ValidTo | Ending date of when the signature is valid (expiry date). |
Leadtools.Pdf.PDFImageType | Specifies the image compression type. |
Leadtools.Pdf.PDFImageType.Unknown | Unknown |
Leadtools.Pdf.PDFImageType.Raw | Raw uncompressed |
Leadtools.Pdf.PDFImageType.Rle | Raw RLE compressed |
Leadtools.Pdf.PDFImageType.FaxG31DimNoEol | Raw FAX, compressed using CCITT group 3,1 dimension.with no EOL. |
Leadtools.Pdf.PDFImageType.FaxG31Dim | Raw FAX, compressed using CCITT group 3, 1 dimension. |
Leadtools.Pdf.PDFImageType.FaxG32Dim | Raw FAX, compressed using CCITT group 3, 2 dimensions. |
Leadtools.Pdf.PDFImageType.FaxG4 | Raw FAX, compressed using CCITT group 4. |
Leadtools.Pdf.PDFImageType.Jbig2 | RAW JBIG2 compressed |
Leadtools.Pdf.PDFImageType.Png | Embedded PNG compressed |
Leadtools.Pdf.PDFImageType.Flate | Raw flate compression |
Leadtools.Pdf.PDFImageType.Lzw | Raw LZW compressed |
Leadtools.Pdf.PDFImageType.Jpeg | Embedded JPEG compressed |
Leadtools.Pdf.PDFImageType.Jpx | Embedded JPEG 2000 Part 2 (JPX) compressed |
Leadtools.Pdf.PDFImageType.Tiff | Embedded TIFF uncompressed |
Leadtools.Pdf.PDFImage | The PDFImage structure describes an image embedded in the PDF file. |
Leadtools.Pdf.PDFImage.ObjectNumber | The PDF object number of the embedded image. |
Leadtools.Pdf.PDFImage.ColorDevice | The color device of the embedded image. |
Leadtools.Pdf.PDFImage.StreamOffset | The offset within the PDF stream for the embedded image. |
Leadtools.Pdf.PDFImage.StreamLength | The size in bytes of the embedded image. |
Leadtools.Pdf.PDFImage.PageNumber | The page number of page that contains the embedded image. |
Leadtools.Pdf.PDFImage.BitsPerComponent | The bits per component of the embedded image. |
Leadtools.Pdf.PDFImage.ComponentCount | The number of color components of the embedded image. |
Leadtools.Pdf.PDFImage.BitsPerPixel | The bits per pixel of the embedded image. |
Leadtools.Pdf.PDFImage.Width | The width in pixels of the embedded image. |
Leadtools.Pdf.PDFImage.Height | The height in pixels of the embedded image. |
Leadtools.Pdf.PDFImage.ImageType | The image compression type of the embedded image. |
Leadtools.Pdf.PDFPageModeType | Specifies the PDF page mode |
Leadtools.Pdf.PDFPageModeType.PageOnly | Default: Neither document outline nor thumbnail images visible |
Leadtools.Pdf.PDFPageModeType.Outlines | Document bookmarks visible |
Leadtools.Pdf.PDFPageModeType.Thumbs | Thumbnail images visible |
Leadtools.Pdf.PDFPageModeType.FullScreen | Full-screen mode, with no menu bar, window controls, or any other window visible |
Leadtools.Pdf.PDFPageModeType.Layers | Layer panel visible |
Leadtools.Pdf.PDFPageModeType.Attachments | Attachments panel visible |
Leadtools.Pdf.PDFPageLayoutType | Specifies the PDF page layout |
Leadtools.Pdf.PDFPageLayoutType.SinglePageDisplay | Default: Display one page at a time |
Leadtools.Pdf.PDFPageLayoutType.OneColumnDisplay | Display the pages in one column |
Leadtools.Pdf.PDFPageLayoutType.TwoColumnLeftDisplay | Display the pages in two columns, with odd-numbered pages on the left |
Leadtools.Pdf.PDFPageLayoutType.TwoColumnRightDisplay | Display the pages in two columns, with odd-numbered pages on the right |
Leadtools.Pdf.PDFPageLayoutType.TwoPageLeft | Display the pages two at a time, with odd-numbered pages on the left |
Leadtools.Pdf.PDFPageLayoutType.TwoPageRight | Display the pages two at a time, with odd-numbered pages on the right |
Leadtools.Pdf.PDFInitialViewOptions | The PDFInitialViewOptions class provides options for controlling the initial view and actions that should be applied by external viewers when the PDF file is opened. |
Leadtools.Pdf.PDFInitialViewOptions (Constructor) | Creates a new PDFInitialViewOptions object with default settings. |
Leadtools.Pdf.PDFInitialViewOptions.Clone | Creates an exact copy of this PDFInitialViewOptions object. |
Leadtools.Pdf.PDFInitialViewOptions.AutoPrint | Enables or disables PDF Auto Print |
Leadtools.Pdf.PDFInitialViewOptions.PageNumber | Initial page to display |
Leadtools.Pdf.PDFInitialViewOptions.Position | Position in the initial page to scroll to. |
Leadtools.Pdf.PDFInitialViewOptions.ZoomPercent | Initial page zoom percentage. |
Leadtools.Pdf.PDFInitialViewOptions.PageFitType | Target page fit type of the initial page. |
Leadtools.Pdf.PDFInitialViewOptions.PageModeType | Page mode type of the initial page. |
Leadtools.Pdf.PDFInitialViewOptions.PageLayoutType | Page layout of the initial page. |
Leadtools.Pdf.PDFInitialViewOptions.HideToolbar | Enables or disables the toolbar in the External viewer. |
Leadtools.Pdf.PDFInitialViewOptions.HideMenubar | Shows or hides the menu bar in the External viewer. |
Leadtools.Pdf.PDFInitialViewOptions.HideWindowUI | Shows or hides the window user interface in the External viewer. |
Leadtools.Pdf.PDFInitialViewOptions.FitWindow | Enables or disables fit in window. |
Leadtools.Pdf.PDFInitialViewOptions.CenterWindow | Enables or disables center in window. |
Leadtools.Pdf.PDFInitialViewOptions.DisplayDocTitle | Enables or disables display of the document title. |
Leadtools.Pdf.PDFObject.ImageObjectNumber | PDF image object number. |
Leadtools.Pdf.PDFAutoOptimizerMode | Specifies the mode for automatic PDF document optimization. |
Leadtools.Pdf.PDFAutoOptimizerMode.Customized | Use custom settings. |
Leadtools.Pdf.PDFAutoOptimizerMode.BestSize | Optimize for smallest file size |
Leadtools.Pdf.PDFAutoOptimizerMode.MediumSize | Optimize favoring size over quality |
Leadtools.Pdf.PDFAutoOptimizerMode.AverageSize | Optimize with balance between size and quality |
Leadtools.Pdf.PDFAutoOptimizerMode.GoodQuality | Optimize favoring quality over size |
Leadtools.Pdf.PDFAutoOptimizerMode.BestQuality | Optimize for highest quality |
Leadtools.Pdf.PDFDownsamplingMode | Specifies the downsampling mode for the PDF optimizer. |
Leadtools.Pdf.PDFDownsamplingMode.Average | Use average downsampling. Faster but lower quality. |
Leadtools.Pdf.PDFDownsamplingMode.Bicubic | Use bicubic downsampling. Slower but higher quality. |
Leadtools.Pdf.PDFOptimizerOptions | The PDFOptimizerOptions class provides options for controlling the PDFFile optimizer. |
Leadtools.Pdf.PDFOptimizerOptions (Constructor) | Creates a new PDFOptimizerOptions object with default values. |
Leadtools.Pdf.PDFOptimizerOptions.Clone | Creates an exact copy of this PDFOptimizerOptions object. |
Leadtools.Pdf.PDFOptimizerOptions.AutoOptimizerMode | Optimizer mode, which controls the file size and quality. |
Leadtools.Pdf.PDFOptimizerOptions.ColorImageDPI | DPI to use when saving a color image. |
Leadtools.Pdf.PDFOptimizerOptions.GrayImageDPI | DPI to use when saving a grayscale image. |
Leadtools.Pdf.PDFOptimizerOptions.MonoImageDPI | DPI to use when saving a monochrome image. |
Leadtools.Pdf.PDFOptimizerOptions.ColorImageCompression | Compression format to use when saving a color image. |
Leadtools.Pdf.PDFOptimizerOptions.GrayImageCompression | Compression format to use when saving a grayscale image. |
Leadtools.Pdf.PDFOptimizerOptions.MonoImageCompression | Compression format to use when saving a monochrome image. |
Leadtools.Pdf.PDFOptimizerOptions.ColorImageDownsampleFactor | Downsample threshold for color images. |
Leadtools.Pdf.PDFOptimizerOptions.GrayImageDownsampleFactor | Scale factor to use for resizing when saving a grayscale image. |
Leadtools.Pdf.PDFOptimizerOptions.MonoImageDownsampleFactor | Scale factor to use for resizing when saving a monochrome image. |
Leadtools.Pdf.PDFOptimizerOptions.ColorImageDownsamplingMode | Interpolation mode for color images. |
Leadtools.Pdf.PDFOptimizerOptions.GrayImageDownsamplingMode | Downsampling mode to use for resizing when saving a grayscale image. |
Leadtools.Pdf.PDFOptimizerOptions.MonoImageDownsamplingMode | Downsampling mode to use for resizing when saving a monochrome image. |
Leadtools.Pdf.PDFOptimizerOptions.QualityFactor | Quality Factor (Q. Factor) for lossy image compression. |
Leadtools.Pdf.PDFOptimizerOptions.EmbedAllFonts | Enables or disables font embedding in the output PDF file. |
Leadtools.Pdf.PDFOptimizerOptions.SubsetFonts | Enables or disables font sub-setting in the output PDF file. |
Leadtools.Pdf.PDFOptimizerOptions.SupportedColorImageFormats | Gets the list of supported color image formats. |
Leadtools.Pdf.PDFOptimizerOptions.SupportedGrayImageFormats | Gets the list of supported grayscale image formats. |
Leadtools.Pdf.PDFOptimizerOptions.SupportedMonoImageFormats | Gets the list of supported monochrome image formats. |
Leadtools.Pdf.PDFFormField | Contains information about a single PDF form field. |
Leadtools.Pdf.PDFFormField.FieldTypeCheckBox | Check box field type. |
Leadtools.Pdf.PDFFormField.FieldTypeRadioButton | Radio button field type. |
Leadtools.Pdf.PDFFormField.FieldTypeTextBox | Text box field type. |
Leadtools.Pdf.PDFFormField.FieldTypeListBox | List box field type. |
Leadtools.Pdf.PDFFormField.FieldTypeComboBox | Combo box field type. |
Leadtools.Pdf.PDFFormField.ContentTypeUnrestrained | Content type can be anything. |
Leadtools.Pdf.PDFFormField.ContentTypeNumber | Content type is a number. |
Leadtools.Pdf.PDFFormField.ContentTypeCustom | Content type is custom. |
Leadtools.Pdf.PDFFormField.ContentTypeDate | Content type is a date. |
Leadtools.Pdf.PDFFormField.ContentTypeTime | Content type is a time. |
Leadtools.Pdf.PDFFormField.StateUndefined | The state is undefined or not used. |
Leadtools.Pdf.PDFFormField.StateNotSelected | The state is unselected or unchecked. |
Leadtools.Pdf.PDFFormField.StateSelected | The state is selected or checked. |
Leadtools.Pdf.PDFFormField.FieldFlagsReadOnly | Field is read-only. |
Leadtools.Pdf.PDFFormField.FieldFlagsRequired | Field is required. |
Leadtools.Pdf.PDFFormField.FieldFlagsNoExport | Field cannot be exported. |
Leadtools.Pdf.PDFFormField.FieldFlagsTextMultiline | Text field is multi-lined. |
Leadtools.Pdf.PDFFormField.FieldFlagsTextPassword | Text field is a password. |
Leadtools.Pdf.PDFFormField.FieldFlagsTextFileSelect | Text field is a file selection. |
Leadtools.Pdf.PDFFormField.FieldFlagsTextDoNotSpellcheck | Text field should not be spell checked. |
Leadtools.Pdf.PDFFormField.FieldFlagsTextDoNotScroll | Text field should not scroll. |
Leadtools.Pdf.PDFFormField.FieldFlagsTextComb | Text field is a combo box. |
Leadtools.Pdf.PDFFormField.FieldFlagsTextRichText | Text field that should be edited with a rich text edit control. |
Leadtools.Pdf.PDFFormField.FieldFlagsButtonNoToggleToOff | Button should not toggle to off state. |
Leadtools.Pdf.PDFFormField.FieldFlagsButtonRadio | Button is a radio button. |
Leadtools.Pdf.PDFFormField.FieldFlagsButtonPushButton | Button is a push button. |
Leadtools.Pdf.PDFFormField.FieldFlagsButtonRadioInUnison | Button is in a group of radio buttons (using GroupId) and only a single item should be selected at a time. |
Leadtools.Pdf.PDFFormField.FieldFlagsChoiceCombo | Choice field is a combo box. |
Leadtools.Pdf.PDFFormField.FieldFlagsChoiceEdit | Choice field is editable. |
Leadtools.Pdf.PDFFormField.FieldFlagsChoiceSort | Choice field is sorted. |
Leadtools.Pdf.PDFFormField.FieldFlagsChoiceMultiSelect | Choice field supports multi-select. |
Leadtools.Pdf.PDFFormField.FieldFlagsChoiceCommitOnSelectionChange | Choice field should commit changes if it is modified. |
Leadtools.Pdf.PDFFormField.ViewFlagsInvisible | Field is invisible. |
Leadtools.Pdf.PDFFormField.ViewFlagsHidden | Field is hidden. |
Leadtools.Pdf.PDFFormField.ViewFlagsPrint | Field can be printed. |
Leadtools.Pdf.PDFFormField.ViewFlagsNoZoom | Field cannot be zoomed. |
Leadtools.Pdf.PDFFormField.ViewFlagsNoRotate | Field is cannot be rotated. |
Leadtools.Pdf.PDFFormField.ViewFlagsNoView | Field has no view. |
Leadtools.Pdf.PDFFormField.ViewFlagsReadOnly | Field is for view only. |
Leadtools.Pdf.PDFFormField.ViewFlagsLocked | Field is locked. |
Leadtools.Pdf.PDFFormField.ViewFlagsToggleNoView | Field is toggled. |
Leadtools.Pdf.PDFFormField.ViewFlagsLockedContents | Field has its content locked. |
Leadtools.Pdf.PDFFormField.FillModeNoFill | Field is not filled. |
Leadtools.Pdf.PDFFormField.FillModeFilled | Field is filled. |
Leadtools.Pdf.PDFFormField.BorderStyleSolid | Solid border style. |
Leadtools.Pdf.PDFFormField.BorderStyleDashed | Dashed border style. |
Leadtools.Pdf.PDFFormField.BorderStyleBeveled | Beveled border style. |
Leadtools.Pdf.PDFFormField.BorderStyleInset | Inset border style. |
Leadtools.Pdf.PDFFormField.BorderStyleUnderline | Underline border style. |
Leadtools.Pdf.PDFFormField.BorderStyleTransparent | Transparent border style. |
Leadtools.Pdf.PDFFormField.TextJustificationLeft | Left justified text. |
Leadtools.Pdf.PDFFormField.TextJustificationCentered | Centered justified text. |
Leadtools.Pdf.PDFFormField.TextJustificationRight | Right justified text. |
Leadtools.Pdf.PDFFormField (Constructor) | Initializes a new instance of PDFFormField. |
Leadtools.Pdf.PDFFormField.Clone | Returns an exact copy of this PDFFormField. |
Leadtools.Pdf.PDFFormField.Bounds | The location and size of this field in the page. |
Leadtools.Pdf.PDFFormField.PageNumber | The 1-based number of the page that owns this field. |
Leadtools.Pdf.PDFFormField.Name | Name of the field. |
Leadtools.Pdf.PDFFormField.AlternateName | Alternate name of the field. |
Leadtools.Pdf.PDFFormField.MappingName | Mapping name of the field. |
Leadtools.Pdf.PDFFormField.OptionalName | Optional name of the field. |
Leadtools.Pdf.PDFFormField.FieldType | Field type. |
Leadtools.Pdf.PDFFormField.ContentType | Content type. |
Leadtools.Pdf.PDFFormField.Contents | List of the contents set in the field. |
Leadtools.Pdf.PDFFormField.ContentValues | List of the content values set in the field. |
Leadtools.Pdf.PDFFormField.MaxLength | Maximum length of the field content. |
Leadtools.Pdf.PDFFormField.GroupId | Optional ID if this field is part of a group. |
Leadtools.Pdf.PDFFormField.SelectedContents | The selected contents if this field is a list box. |
Leadtools.Pdf.PDFFormField.State | State of the field is supported. |
Leadtools.Pdf.PDFFormField.FieldFlags | Other flags associated with the field. |
Leadtools.Pdf.PDFFormField.ViewFlags | View flags associated with the field. |
Leadtools.Pdf.PDFFormField.FillMode | Fill mode of this field. |
Leadtools.Pdf.PDFFormField.FillColor | Background color of the field |
Leadtools.Pdf.PDFFormField.BorderStyle | Border style of this field. |
Leadtools.Pdf.PDFFormField.BorderWidth | Border width of this field. |
Leadtools.Pdf.PDFFormField.BorderColor | Border color of this field. |
Leadtools.Pdf.PDFFormField.TextColor | Foreground (text) color of this field. |
Leadtools.Pdf.PDFFormField.FontName | Font name to use for the text of this field |
Leadtools.Pdf.PDFFormField.FontSize | Font size to use with the text of this field. |
Leadtools.Pdf.PDFFormField.TextJustification | Justification to use for text of this field. |
Leadtools.Pdf.PDFFormField.Rotation | Rotation angle of the field. |
Leadtools.Pdf.PDFTextProperties.IsRTL | Indicates whether this text is Right to Left. |
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Pdf.PDFAnnotation.Subject | Gets or sets the a string that represents the subject of this PDF annotation. |
Leadtools.Pdf.PDFNoteAnnotation.Note |
Note icon |
Leadtools.Pdf.PDFNoteAnnotation.Comment |
Comment icon |
Leadtools.Pdf.PDFNoteAnnotation.Key |
Key icon |
Leadtools.Pdf.PDFNoteAnnotation.Help |
Help icon |
Leadtools.Pdf.PDFNoteAnnotation.Insert |
Insert icon |
Leadtools.Pdf.PDFNoteAnnotation.Paragraph |
Paragraph icon |
Leadtools.Pdf.PDFNoteAnnotation.NewParagraph |
New paragraph icon |
Leadtools.Pdf.PDFPen.Solid |
Solid pen style |
Leadtools.Pdf.PDFPen.Transparent |
Transparent pen style |
Leadtools.Pdf.PDFPen.Dashed |
Dashed pen style |
Leadtools.Pdf.PDFPen(Leadtools.RasterColor,Double,Int32) (Constructor) | Initializes a Leadtools.Pdf.PDFPen structure with the specified properties |
Leadtools.Pdf.PDFBrush.Solid |
Solid brush style |
Leadtools.Pdf.PDFBrush.Transparent |
Transparent brush style |
Leadtools.Pdf.PDFBrush(Leadtools.RasterColor,Int32) (Constructor) | Initializes a new instance of a Leadtools.Pdf.PDFBrush structure with the specified parameters. |
LEADTOOLS V18 has not changed from version 17.5.
For more information, refer to https://www.leadtools.com/corporate/new-in-v18.htm.
The following assembly has been added to LEADTOOLS For .NET v17.5:
Namespace | Description |
---|---|
Leadtools.Pdf | Includes classes, interfaces and enumerations for reading and viewing PDF files with advanced functionality. |