Range NormalizeFieldTypes method. Changes field type values FieldType of FieldStart FieldSeparator FieldEnd in this range so that they correspond to the field types contained in the field codes in C#....Remarks Use this method after document changes that affect field...field type values in the whole document use NormalizeFieldTypes ....
ShapeBase WrapType property. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape in C#.... Document doc = new Document (); DocumentBuilder...format a text box. Document doc = new Document (); // Create a floating...
DocumentBuilder CurrentNode property. Gets the node that is currently selected in this DocumentBuilder in C#....a paragraph or structured document tag, CurrentNode returns null...Examples Shows how to move a document builder’s cursor to different...
FieldMergingArgsBase DocumentFieldName property. Gets the name of the merge field as specified in the Document in C#....field as specified in the document. public string DocumentFieldName...you have a mapping from a document field name to a different...
SignatureLine Id property. Gets or sets identifier for this signature line in C#....digital signature, when signing document using DigitalSignatureUtil...add a signature line to a document, and then sign it using a...
Create new DocumentFontsSubsystem instance using specified default font name....Examples Shows how to save a document in pdf format using specified...font. // The path to the documents directory. string dataDir...
CommentRangeStart Accept method. Accepts a visitor in C#....their comment ranges using a document visitor. public void CreateCommentsAndPri...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...
Comment Initial property. Returns or sets the initials of the user associated with a specific comment in C#....their comment ranges using a document visitor. public void CreateCommentsAndPri...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...
Represents options for loading/importing XSL-FO file into pdf Document....loading/importing XSL-FO file into pdf document. The XslFoLoadOptions type...for converting xml into pdf document. base_path The base path/url...
ParagraphFormat SpaceAfter property. Gets or sets the amount of spacing in points after the paragraph in C#.... Document doc = new Document (); DocumentBuilder...and below them and save the document. builder . Writeln ( "Paragraph...