<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Groupdocs API References – GroupDocs.Watermark.Common</title>
    <link>/watermark/net/groupdocs.watermark.common/</link>
    <description>Recent content in GroupDocs.Watermark.Common on Groupdocs API References</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/watermark/net/groupdocs.watermark.common/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Net: Attachment</title>
      <link>/watermark/net/groupdocs.watermark.common/attachment/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/attachment/</guid>
      <description>
        
        
        &lt;h2 id=&#34;attachment-class&#34;&gt;Attachment class&lt;/h2&gt;
&lt;p&gt;Represents a file attached to a document.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;abstract&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;class&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;Attachment&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;properties&#34;&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;abstract &lt;a href=&#34;../../groupdocs.watermark.common/attachment/content&#34;&gt;Content&lt;/a&gt; { get; set; }&lt;/td&gt;
&lt;td&gt;Gets or sets the attached file content.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/attachment/createwatermarker#createwatermarker&#34;&gt;CreateWatermarker&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Loads a content from the attached file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/attachment/createwatermarker#createwatermarker_1&#34;&gt;CreateWatermarker&lt;/a&gt;(LoadOptions)&lt;/td&gt;
&lt;td&gt;Loads a content from the attached file with the specified load options.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/attachment/createwatermarker#createwatermarker_2&#34;&gt;CreateWatermarker&lt;/a&gt;(LoadOptions, WatermarkerSettings)&lt;/td&gt;
&lt;td&gt;Loads a content from the attached file with the specified load options and settings.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/attachment/getdocumentinfo&#34;&gt;GetDocumentInfo&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Gets the information about a document stored in the attached file.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;remarks&#34;&gt;Remarks&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Learn more&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Email+attachments&#34;&gt;Email attachments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Attachments+in+PDF+document&#34;&gt;Attachments in PDF document&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Working+with+spreadsheet+document+attachments&#34;&gt;Working with spreadsheet document attachments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: AttachmentWatermarkableImage</title>
      <link>/watermark/net/groupdocs.watermark.common/attachmentwatermarkableimage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/attachmentwatermarkableimage/</guid>
      <description>
        
        
        &lt;h2 id=&#34;attachmentwatermarkableimage-class&#34;&gt;AttachmentWatermarkableImage class&lt;/h2&gt;
&lt;p&gt;Represents an attached image inside a content of any supported type.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;class&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;AttachmentWatermarkableImage&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;WatermarkableImage&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;properties&#34;&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage/height&#34;&gt;Height&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the height of this &lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage&#34;&gt;&lt;code&gt;WatermarkableImage&lt;/code&gt;&lt;/a&gt; in pixels.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage/width&#34;&gt;Width&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the width of this &lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage&#34;&gt;&lt;code&gt;WatermarkableImage&lt;/code&gt;&lt;/a&gt; in pixels.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage/add&#34;&gt;Add&lt;/a&gt;(Watermark)&lt;/td&gt;
&lt;td&gt;Adds a watermark to this &lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage&#34;&gt;&lt;code&gt;WatermarkableImage&lt;/code&gt;&lt;/a&gt;. This method assumes that watermark offset and size are measured in pixels (if they are assigned).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents/contentpart/findimages&#34;&gt;FindImages&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Finds all images in the content. The search is conducted in the objects specified in &lt;a href=&#34;../../groupdocs.watermark/watermarker/searchableobjects&#34;&gt;&lt;code&gt;SearchableObjects&lt;/code&gt;&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents/contentpart/findimages&#34;&gt;FindImages&lt;/a&gt;(ImageSearchCriteria)&lt;/td&gt;
&lt;td&gt;Finds images according to the specified search criteria. The search is conducted in the objects specified in &lt;a href=&#34;../../groupdocs.watermark/watermarker/searchableobjects&#34;&gt;&lt;code&gt;SearchableObjects&lt;/code&gt;&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage/getbytes&#34;&gt;GetBytes&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Gets the image as byte array.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents/contentpart/search&#34;&gt;Search&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Finds all possible watermarks in the content. The search is conducted in the objects specified in &lt;a href=&#34;../../groupdocs.watermark/watermarker/searchableobjects&#34;&gt;&lt;code&gt;SearchableObjects&lt;/code&gt;&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.contents/contentpart/search&#34;&gt;Search&lt;/a&gt;(SearchCriteria)&lt;/td&gt;
&lt;td&gt;Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in &lt;a href=&#34;../../groupdocs.watermark/watermarker/searchableobjects&#34;&gt;&lt;code&gt;SearchableObjects&lt;/code&gt;&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../groupdocs.watermark.contents.image/watermarkableimage&#34;&gt;WatermarkableImage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: Dimension</title>
      <link>/watermark/net/groupdocs.watermark.common/dimension/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/dimension/</guid>
      <description>
        
        
        &lt;h2 id=&#34;dimension-enumeration&#34;&gt;Dimension enumeration&lt;/h2&gt;
&lt;p&gt;Represents dimensions of a 2d object.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;enum&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Dimension&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;values&#34;&gt;Values&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Width&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Object width.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Height&lt;/td&gt;
&lt;td&gt;&lt;code&gt;1&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Object height.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: FileType</title>
      <link>/watermark/net/groupdocs.watermark.common/filetype/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/filetype/</guid>
      <description>
        
        
        &lt;h2 id=&#34;filetype-class&#34;&gt;FileType class&lt;/h2&gt;
&lt;p&gt;Represents file type.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;sealed&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;class&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;FileType&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;IEquatable&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;FileType&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;properties&#34;&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/filetype/extension&#34;&gt;Extension&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the file name suffix (including the period &amp;ldquo;.&amp;rdquo;) e.g., &amp;ldquo;.doc&amp;rdquo;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/filetype/fileformatname&#34;&gt;FileFormatName&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the file type name e.g., &amp;ldquo;Microsoft Word Document&amp;rdquo;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/filetype/formatfamily&#34;&gt;FormatFamily&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;static &lt;a href=&#34;../../groupdocs.watermark.common/filetype/fromextension&#34;&gt;FromExtension&lt;/a&gt;(string)&lt;/td&gt;
&lt;td&gt;Maps the file extension to the file type.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/filetype/equals#equals&#34;&gt;Equals&lt;/a&gt;(FileType)&lt;/td&gt;
&lt;td&gt;Determines whether the current &lt;a href=&#34;../filetype&#34;&gt;&lt;code&gt;FileType&lt;/code&gt;&lt;/a&gt; is the same as the specified &lt;a href=&#34;../filetype&#34;&gt;&lt;code&gt;FileType&lt;/code&gt;&lt;/a&gt; object.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;override &lt;a href=&#34;../../groupdocs.watermark.common/filetype/equals#equals_1&#34;&gt;Equals&lt;/a&gt;(object)&lt;/td&gt;
&lt;td&gt;Determines whether the current &lt;a href=&#34;../filetype&#34;&gt;&lt;code&gt;FileType&lt;/code&gt;&lt;/a&gt; is the same as the specified object.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;override &lt;a href=&#34;../../groupdocs.watermark.common/filetype/gethashcode&#34;&gt;GetHashCode&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Returns a hash code for the current &lt;a href=&#34;../filetype&#34;&gt;&lt;code&gt;FileType&lt;/code&gt;&lt;/a&gt; object.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;override &lt;a href=&#34;../../groupdocs.watermark.common/filetype/tostring&#34;&gt;ToString&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Returns a string that represents the current object.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static &lt;a href=&#34;../../groupdocs.watermark.common/filetype/getsupportedfiletypes&#34;&gt;GetSupportedFileTypes&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Retrieves the supported file types.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/filetype/op_equality&#34;&gt;operator ==&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Determines whether two &lt;a href=&#34;../filetype&#34;&gt;&lt;code&gt;FileType&lt;/code&gt;&lt;/a&gt; objects are the same.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/filetype/op_inequality&#34;&gt;operator !=&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Determines whether two &lt;a href=&#34;../filetype&#34;&gt;&lt;code&gt;FileType&lt;/code&gt;&lt;/a&gt; objects are not the same.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/bmp&#34;&gt;BMP&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files having extension .BMP represent Bitmap Image files that are used to store bitmap digital images. These images are independent of graphics adapter and are also called device independent bitmap (DIB) file format. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/bmp/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/doc&#34;&gt;DOC&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/doc/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/docm&#34;&gt;DOCM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;DOCM files are Microsoft Word 2007 or higher generated documents with the ability to run macros. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/docm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/docx&#34;&gt;DOCX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;DOCX is a well-known format for Microsoft Word documents. Introduced from 2007 with the release of Microsoft Office 2007, the structure of this new Document format was changed from plain binary to a combination of XML and binary files. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/docx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/dot&#34;&gt;DOT&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .DOT extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/dot/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/dotm&#34;&gt;DOTM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;A file with DOTM extension represents template file created with Microsoft Word 2007 or higher. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/dotm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/dotx&#34;&gt;DOTX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with DOTX extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/dotx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/eml&#34;&gt;EML&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;EML file format represents email messages saved using Outlook and other relevant applications. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/email/eml/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/emlx&#34;&gt;EMLX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The EMLX file format is implemented and developed by Apple. The Apple Mail application uses the EMLX file format for exporting the emails. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/email/emlx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/flatopc&#34;&gt;FlatOpc&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package (.xml). Learn more about this file format &lt;a href=&#34;https://en.wikipedia.org/wiki/Office_Open_XML&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/flatopcmacroenabled&#34;&gt;FlatOpcMacroEnabled&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package (.xml). Learn more about this file format &lt;a href=&#34;https://en.wikipedia.org/wiki/Office_Open_XML&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/flatopctemplate&#34;&gt;FlatOpcTemplate&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package (.xml). Learn more about this file format &lt;a href=&#34;https://en.wikipedia.org/wiki/Office_Open_XML&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/flatopctemplatemacroenabled&#34;&gt;FlatOpcTemplateMacroEnabled&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package (.xml). Learn more about this file format &lt;a href=&#34;https://en.wikipedia.org/wiki/Office_Open_XML&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/gif&#34;&gt;GIF&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;A GIF or Graphical Interchange Format is a type of highly compressed image. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/gif/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/jpeg&#34;&gt;JPEG&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;A JPEG is a type of image format that is saved using the method of lossy compression. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/jpeg/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/jpf&#34;&gt;JPF&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;JPEG 2000 (JPF) is an image coding system and state-of-the-art image compression standard. Designed, using wavelet technology JPEG 2000 can code lossless content in any quality at once. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/jp2/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/jpg&#34;&gt;JPG&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;A JPEG is a type of image format that is saved using the method of lossy compression. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/jpeg/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/jpm&#34;&gt;JPM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;JPEG 2000 (JPM) is an image coding system and state-of-the-art image compression standard. Designed, using wavelet technology JPEG 2000 can code lossless content in any quality at once. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/jp2/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/jpx&#34;&gt;JPX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;JPEG 2000 (JPX) is an image coding system and state-of-the-art image compression standard. Designed, using wavelet technology JPEG 2000 can code lossless content in any quality at once. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/jp2/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/msg&#34;&gt;MSG&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/email/msg/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/odt&#34;&gt;ODT&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;ODT files are type of documents created with word processing applications that are based on OpenDocument Text File format. These are created with word processor applications such as free OpenOffice Writer and can hold content such as text, images, objects and styles. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/odt/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/oft&#34;&gt;OFT&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .OFT extension represent message template files that are created using Microsoft Outlook. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/email/oft/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/ooxml&#34;&gt;OOXML&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Office open xml file (.ooxml).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/pdf&#34;&gt;PDF&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. The purpose of this file format was to introduce a standard for representation of documents and other reference material in a format that is independent of application software, hardware as well as Operating System. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/view/pdf/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/png&#34;&gt;PNG&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/png/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/potm&#34;&gt;POTM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with POTM extension are Microsoft PowerPoint template files with support for Macros. POTM files are created with PowerPoint 2007 or above and contains default settings that can be used to create further presentation files. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/potm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/potx&#34;&gt;POTX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .POTX extension represent Microsoft PowerPoint template presentations that are created with Microsoft PowerPoint 2007 and above. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/potx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/pps&#34;&gt;PPS&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PPS, PowerPoint Slide Show, files are created using Microsoft PowerPoint for Slide Show purpose. PPS file reading and creation is supported by Microsoft PowerPoint 97-2003. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/pps/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/ppsm&#34;&gt;PPSM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with PPSM extension represent Macro-enabled Slide Show file format created with Microsoft PowerPoint 2007 or higher. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/ppsm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/ppsx&#34;&gt;PPSX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;PPSX, Power Point Slide Show, file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/ppsx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/ppt&#34;&gt;PPT&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;A file with PPT extension represents PowerPoint file that consists of a collection of slides for displaying as SlideShow. It specifies the Binary File Format used by Microsoft PowerPoint 97-2003. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/ppt/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/pptm&#34;&gt;PPTM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/pptm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/pptx&#34;&gt;PPTX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with PPTX extension are presentation files created with popular Microsoft PowerPoint application. Unlike the previous version of presentation file format PPT which was binary, the PPTX format is based on the Microsoft PowerPoint open XML presentation file format. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/presentation/pptx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/rtf&#34;&gt;RTF&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications. The format facilitates cross-platform document exchange with other Microsoft Products, thus serving the purpose of interoperability. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/word-processing/rtf/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/tif&#34;&gt;TIF&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;TIFF or TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/tiff/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/tiff&#34;&gt;TIFF&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;TIFF or TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/tiff/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/unknown&#34;&gt;Unknown&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Represents unknown file type.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vdw&#34;&gt;VDW&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;VDW is the Visio Graphics Service file format that specifies the streams and storages required for rendering a Web drawing. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/web/vdw/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vdx&#34;&gt;VDX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Any drawing or chart created in Microsoft Visio, but saved in XML format have .VDX extension. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vdx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vsd&#34;&gt;VSD&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;VSD files are drawings created with Microsoft Visio application to represent variety of graphical objects and the interconnection between these. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vsd/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vsdm&#34;&gt;VSDM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with VSDM extension are drawing files created with Microsoft Visio application that supports macros. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vsdm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vsdx&#34;&gt;VSDX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .VSDX extension represent Microsoft Visio file format introduced from Microsoft Office 2013 onwards. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vsdx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vss&#34;&gt;VSS&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;VSS are stencil files created with Microsoft Visio 2007 and earlier. Stencil files provide drawing objects that can be included in a .VSD Visio drawing. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vss/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vssm&#34;&gt;VSSM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .VSSM extension are Microsoft Visio Stencil files that support provide support for macros. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vssm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vssx&#34;&gt;VSSX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .VSSX extension are drawing stencils created with Microsoft Visio 2013 and above. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vssx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vst&#34;&gt;VST&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with VST extension are vector image files created with Microsoft Visio and act as template for creating further files. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vst/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vstm&#34;&gt;VSTM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with VSTM extension are template files created with Microsoft Visio that support macros. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vstm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vstx&#34;&gt;VSTX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with VSTX extensions are drawing template files created with Microsoft Visio 2013 and above. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vstx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vsx&#34;&gt;VSX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .VSX extension refer to stencils that consist of drawings and shapes that are used for creating diagrams in Microsoft Visio. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vsx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/vtx&#34;&gt;VTX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;A file with VTX extension is a Microsoft Visio drawing template that is saved to disc in XML file format. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/vtx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/webp&#34;&gt;WEBP&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;WebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression. It provides same image quality while considerably reducing the image size. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/image/webp/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/xls&#34;&gt;XLS&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with XLS extension represent Excel Binary File Format. Such files can be created by Microsoft Excel as well as other similar spreadsheet programs such as OpenOffice Calc or Apple Numbers. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/specification/spreadsheet/xls/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/xlsb&#34;&gt;XLSB&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;XLSB file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/specification/spreadsheet/xlsb/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/xlsm&#34;&gt;XLSM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with XLSM extension is a type of Spreasheet files that support Macros. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/specification/spreadsheet/xlsm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/xlsx&#34;&gt;XLSX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/specification/spreadsheet/xlsx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/xlt&#34;&gt;XLT&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with .XLT extension are template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/specification/spreadsheet/xlt/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/xltm&#34;&gt;XLTM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/specification/spreadsheet/xltm/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static readonly &lt;a href=&#34;../../groupdocs.watermark.common/filetype/xltx&#34;&gt;XLTX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Files with XLTX extension represent Microsoft Excel Template files that are based on the Office OpenXML file format specifications. Learn more about this file format &lt;a href=&#34;https://wiki.fileformat.com/specification/spreadsheet/xltx/&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;remarks&#34;&gt;Remarks&lt;/h3&gt;
&lt;p&gt;This class provides methods to obtain list of all file types supported by &lt;strong&gt;GroupDocs.Watermark&lt;/strong&gt;.&lt;strong&gt;Learn more&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Supported+Document+Formats&#34;&gt;Supported Document Formats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Get+supported+file+formats&#34;&gt;Get supported file formats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Get+document+info&#34;&gt;Get document info&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: FormatFamily</title>
      <link>/watermark/net/groupdocs.watermark.common/formatfamily/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/formatfamily/</guid>
      <description>
        
        
        &lt;h2 id=&#34;formatfamily-enumeration&#34;&gt;FormatFamily enumeration&lt;/h2&gt;
&lt;p&gt;Enumeration of supported format families.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;enum&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;FormatFamily&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;values&#34;&gt;Values&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Unknown&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Unknown format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Diagram&lt;/td&gt;
&lt;td&gt;&lt;code&gt;1&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Diagram format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Email&lt;/td&gt;
&lt;td&gt;&lt;code&gt;2&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Email format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Image&lt;/td&gt;
&lt;td&gt;&lt;code&gt;3&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Image format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MultiframeImage&lt;/td&gt;
&lt;td&gt;&lt;code&gt;4&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Multi frame image format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Pdf&lt;/td&gt;
&lt;td&gt;&lt;code&gt;5&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;PDF format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Presentation&lt;/td&gt;
&lt;td&gt;&lt;code&gt;6&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Presentation format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Spreadsheet&lt;/td&gt;
&lt;td&gt;&lt;code&gt;7&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Spreadsheet format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WordProcessing&lt;/td&gt;
&lt;td&gt;&lt;code&gt;8&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Word processing format family.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;remarks&#34;&gt;Remarks&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Learn more&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Supported+Document+Formats&#34;&gt;Supported Document Formats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Get+supported+file+formats&#34;&gt;Get supported file formats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Get+document+info&#34;&gt;Get document info&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: HorizontalAlignment</title>
      <link>/watermark/net/groupdocs.watermark.common/horizontalalignment/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/horizontalalignment/</guid>
      <description>
        
        
        &lt;h2 id=&#34;horizontalalignment-enumeration&#34;&gt;HorizontalAlignment enumeration&lt;/h2&gt;
&lt;p&gt;Enumeration of possible horizontal alignment values.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;enum&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;HorizontalAlignment&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;values&#34;&gt;Values&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;No alignment (use specified position).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Left&lt;/td&gt;
&lt;td&gt;&lt;code&gt;1&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Align to left.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Center&lt;/td&gt;
&lt;td&gt;&lt;code&gt;2&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Center alignment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Right&lt;/td&gt;
&lt;td&gt;&lt;code&gt;3&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Align to right.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;remarks&#34;&gt;Remarks&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Learn more&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Add+text+or+image+watermark&#34;&gt;Add text or image watermark&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Adding+watermarks&#34;&gt;Adding watermarks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: IDocumentInfo</title>
      <link>/watermark/net/groupdocs.watermark.common/idocumentinfo/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/idocumentinfo/</guid>
      <description>
        
        
        &lt;h2 id=&#34;idocumentinfo-interface&#34;&gt;IDocumentInfo interface&lt;/h2&gt;
&lt;p&gt;Defines the methods that are required for getting the basic document information.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;interface&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;IDocumentInfo&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;properties&#34;&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/idocumentinfo/filetype&#34;&gt;FileType&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the file format description.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/idocumentinfo/isencrypted&#34;&gt;IsEncrypted&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets a value indicating whether the document is encrypted and requires a password to open.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/idocumentinfo/pagecount&#34;&gt;PageCount&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the total page count.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/idocumentinfo/pages&#34;&gt;Pages&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the collection of document pages descriptions.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/idocumentinfo/size&#34;&gt;Size&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the document size in bytes.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;remarks&#34;&gt;Remarks&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Learn more&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Get+document+info&#34;&gt;Get document info&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;examples&#34;&gt;Examples&lt;/h3&gt;
&lt;p&gt;The following example demonstrates how to retrieve the general document information using &lt;a href=&#34;../idocumentinfo&#34;&gt;&lt;code&gt;IDocumentInfo&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;using&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Watermarker&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;watermarker&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;new&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Watermarker&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;D:\\input.pdf&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;IDocumentInfo&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;docInfo&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;watermarker&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;GetDocumentInfo&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;();&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;Console&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;WriteLine&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Document size: {0}&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;docInfo&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Size&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;Console&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;WriteLine&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Document format: {0}&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;docInfo&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;FileType&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;FileFormat&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;Console&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;WriteLine&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Document contains {0} pages&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;docInfo&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;PageCount&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: PageInfo</title>
      <link>/watermark/net/groupdocs.watermark.common/pageinfo/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/pageinfo/</guid>
      <description>
        
        
        &lt;h2 id=&#34;pageinfo-class&#34;&gt;PageInfo class&lt;/h2&gt;
&lt;p&gt;Represents a document page description.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;sealed&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;class&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;PageInfo&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;properties&#34;&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/pageinfo/height&#34;&gt;Height&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the document page height.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/pageinfo/pagenumber&#34;&gt;PageNumber&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the document page number.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/pageinfo/width&#34;&gt;Width&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the document page width.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: ReadOnlyListBaseT</title>
      <link>/watermark/net/groupdocs.watermark.common/readonlylistbase-1/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/readonlylistbase-1/</guid>
      <description>
        
        
        &lt;h2 id=&#34;readonlylistbaselttgt-class&#34;&gt;ReadOnlyListBase&amp;lt;T&amp;gt; class&lt;/h2&gt;
&lt;p&gt;Provides the abstract base class for a strongly typed read-only list.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;abstract&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;class&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;ReadOnlyListBase&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;T&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;IList&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;IList&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;T&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;T&lt;/td&gt;
&lt;td&gt;The type of the element.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;properties&#34;&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/count&#34;&gt;Count&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the number of elements contained in the collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/isreadonly&#34;&gt;IsReadOnly&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets a value indicating whether the collection is read-only.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/item&#34;&gt;Item&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the element at the specified index in the collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/contains&#34;&gt;Contains&lt;/a&gt;(T)&lt;/td&gt;
&lt;td&gt;Determines whether the collection contains a specific item.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/getenumerator&#34;&gt;GetEnumerator&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Returns an enumerator that iterates through a collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/indexof&#34;&gt;IndexOf&lt;/a&gt;(T)&lt;/td&gt;
&lt;td&gt;Determines the index of a specific item in the collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: RemoveOnlyListBaseT</title>
      <link>/watermark/net/groupdocs.watermark.common/removeonlylistbase-1/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/removeonlylistbase-1/</guid>
      <description>
        
        
        &lt;h2 id=&#34;removeonlylistbaselttgt-class&#34;&gt;RemoveOnlyListBase&amp;lt;T&amp;gt; class&lt;/h2&gt;
&lt;p&gt;Provides the abstract base class for a strongly typed remove-only list.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;abstract&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;class&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;RemoveOnlyListBase&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;T&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ReadOnlyListBase&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;T&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;T&lt;/td&gt;
&lt;td&gt;The type of the element.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;properties&#34;&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/count&#34;&gt;Count&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the number of elements contained in the collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;override &lt;a href=&#34;../../groupdocs.watermark.common/removeonlylistbase-1/isreadonly&#34;&gt;IsReadOnly&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets a value indicating whether the collection is read-only.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/item&#34;&gt;Item&lt;/a&gt; { get; }&lt;/td&gt;
&lt;td&gt;Gets the element at the specified index in the collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/removeonlylistbase-1/clear&#34;&gt;Clear&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;Removes all items from the collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/contains&#34;&gt;Contains&lt;/a&gt;(T)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/getenumerator&#34;&gt;GetEnumerator&lt;/a&gt;()&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual &lt;a href=&#34;../../groupdocs.watermark.common/readonlylistbase-1/indexof&#34;&gt;IndexOf&lt;/a&gt;(T)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/removeonlylistbase-1/remove&#34;&gt;Remove&lt;/a&gt;(T)&lt;/td&gt;
&lt;td&gt;Removes the first occurrence of a specific object from the collection.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../groupdocs.watermark.common/removeonlylistbase-1/removeat&#34;&gt;RemoveAt&lt;/a&gt;(int)&lt;/td&gt;
&lt;td&gt;Removes the item at the specified index.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../readonlylistbase-1&#34;&gt;ReadOnlyListBase&amp;lt;T&amp;gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: VerticalAlignment</title>
      <link>/watermark/net/groupdocs.watermark.common/verticalalignment/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/watermark/net/groupdocs.watermark.common/verticalalignment/</guid>
      <description>
        
        
        &lt;h2 id=&#34;verticalalignment-enumeration&#34;&gt;VerticalAlignment enumeration&lt;/h2&gt;
&lt;p&gt;Enumeration of possible vertical alignment values.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;enum&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;VerticalAlignment&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;values&#34;&gt;Values&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;No alignment (use specified position).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Top&lt;/td&gt;
&lt;td&gt;&lt;code&gt;1&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Align to top.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Center&lt;/td&gt;
&lt;td&gt;&lt;code&gt;2&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Center alignment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bottom&lt;/td&gt;
&lt;td&gt;&lt;code&gt;3&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Align to bottom.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;remarks&#34;&gt;Remarks&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Learn more&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Add+text+or+image+watermark&#34;&gt;Add text or image watermark&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.groupdocs.com/display/watermarknet/Adding+watermarks&#34;&gt;Adding watermarks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../groupdocs.watermark.common&#34;&gt;GroupDocs.Watermark.Common&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../&#34;&gt;GroupDocs.Watermark&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.watermark.dll --&gt;

      </description>
    </item>
    
  </channel>
</rss>
