Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 61 for

excel to pdf margin setting

(0.04 sec)
  1. Composing signature with radial gradient brush ...

     This article explains how To fill signature background with radial gradient brush...pdf" )) { TextSignOptions options...HorizontalAlignment . Center , Margin = new Padding () { Top = 20...

    docs.groupdocs.com/signature/net/composing-sign...
  2. Composing signature with texture brush backgrou...

     This article explains how To fill signature background with texture brush...pdf" )) { TextSignOptions options...HorizontalAlignment . Center , Margin = new Padding () { Top = 20...

    docs.groupdocs.com/signature/net/composing-sign...
  3. Adding text watermarks | Documentation

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark...."Test watermark" , font ); // Set watermark properties watermark..."Test watermark" , font ); // Set watermark coordinates watermark...

    docs.groupdocs.com/watermark/java/adding-text-w...
  4. Sign documents with standard encryption for QR-...

    This article explains how To create encrypted QR-code electronic signature...pdf" )) { // setup key and passphrase...new QrCodeSignOptions () { // set QR-code text Text = "This is...

    docs.groupdocs.com/signature/net/sign-documents...
  5. Locating signature with different alignments | ...

     This article explains how To use different alignment values To locate signature on document page with GroupDocs.Signature API....horizontal and vertical alignment settings. Signature options that implement...with all required properties. Set with one of enumeration value...

    docs.groupdocs.com/signature/net/locating-signa...
  6. Digital signing with custom hash | Documentation

    This article explains how To apply digital signatures with cusTom hash algorithms using GroupDocs.Signature API....pdf" ; string sampleOutputFilePath = "signed.pdf" ; using...HorizontalAlignment . Right , Margin = new Padding () { Bottom =...

    docs.groupdocs.com/signature/net/digital-signin...
  7. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows To add text watermarks To documents which may consists of pages, worksheets, slides or frames....pdf" using ( Watermarker watermarker...= new Watermarker ( "sample.pdf" )) { // Initialize the font...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  8. Implement custom serialization with QR-Code sig...

    This article explains how To implement cusTom serialization for QR-code electronic signatures....[Format("SignID")] public string ID { get ; set ; } [Format("SAuth")] public...public string Author { get ; set ; } [Format("SDate", "yyyy-MM-dd")]...

    docs.groupdocs.com/signature/net/implement-cust...
  9. Sign document with Stamp signature - advanced |...

     This article explains how To sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....stamp with own text, border settings, background etc Here are the...HorizontalAlignment . Right , Margin = new Padding () { Right =...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Generate signature preview | Documentation

    This Topic explains how To get document signature preview in c#...the required object with the settings you want to generate the preview...VerticalAlignment . Center , Margin = new Padding ( 10 ) }; //...

    docs.groupdocs.com/signature/net/generate-signa...