<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Groupdocs API References – DocumentInfo</title>
    <link>/markdown/net/groupdocs.markdown/documentinfo/</link>
    <description>Recent content in DocumentInfo on Groupdocs API References</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/markdown/net/groupdocs.markdown/documentinfo/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Net: Author</title>
      <link>/markdown/net/groupdocs.markdown/documentinfo/author/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/markdown/net/groupdocs.markdown/documentinfo/author/</guid>
      <description>
        
        
        &lt;h2 id=&#34;documentinfoauthor-property&#34;&gt;DocumentInfo.Author property&lt;/h2&gt;
&lt;p&gt;Gets the document author extracted from its metadata, or Empty if no author is available.&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;kt&#34;&gt;string&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Author&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&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;class &lt;a href=&#34;../../documentinfo&#34;&gt;DocumentInfo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.markdown&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: FileFormat</title>
      <link>/markdown/net/groupdocs.markdown/documentinfo/fileformat/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/markdown/net/groupdocs.markdown/documentinfo/fileformat/</guid>
      <description>
        
        
        &lt;h2 id=&#34;documentinfofileformat-property&#34;&gt;DocumentInfo.FileFormat property&lt;/h2&gt;
&lt;p&gt;Gets the detected file format of the 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;n&#34;&gt;FileFormat&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 class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&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;property-value&#34;&gt;Property Value&lt;/h3&gt;
&lt;p&gt;A &lt;a href=&#34;../../fileformat&#34;&gt;&lt;code&gt;FileFormat&lt;/code&gt;&lt;/a&gt; value indicating the document type (e.g., Docx, Pdf).&lt;/p&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;enum &lt;a href=&#34;../../fileformat&#34;&gt;FileFormat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;class &lt;a href=&#34;../../documentinfo&#34;&gt;DocumentInfo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.markdown&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: IsEncrypted</title>
      <link>/markdown/net/groupdocs.markdown/documentinfo/isencrypted/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/markdown/net/groupdocs.markdown/documentinfo/isencrypted/</guid>
      <description>
        
        
        &lt;h2 id=&#34;documentinfoisencrypted-property&#34;&gt;DocumentInfo.IsEncrypted property&lt;/h2&gt;
&lt;p&gt;Gets a value indicating whether the document is password-protected.&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;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;IsEncrypted&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&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;property-value&#34;&gt;Property Value&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;true&lt;/code&gt; if the document requires a password to open; otherwise, &lt;code&gt;false&lt;/code&gt;.&lt;/p&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;../../documentinfo&#34;&gt;DocumentInfo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.markdown&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: PageCount</title>
      <link>/markdown/net/groupdocs.markdown/documentinfo/pagecount/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/markdown/net/groupdocs.markdown/documentinfo/pagecount/</guid>
      <description>
        
        
        &lt;h2 id=&#34;documentinfopagecount-property&#34;&gt;DocumentInfo.PageCount property&lt;/h2&gt;
&lt;p&gt;Gets the number of pages in the document. For spreadsheets this returns the number of worksheets.&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;kt&#34;&gt;int&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 class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&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;property-value&#34;&gt;Property Value&lt;/h3&gt;
&lt;p&gt;A non-negative integer representing the page or worksheet count.&lt;/p&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;../../documentinfo&#34;&gt;DocumentInfo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.markdown&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: Title</title>
      <link>/markdown/net/groupdocs.markdown/documentinfo/title/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/markdown/net/groupdocs.markdown/documentinfo/title/</guid>
      <description>
        
        
        &lt;h2 id=&#34;documentinfotitle-property&#34;&gt;DocumentInfo.Title property&lt;/h2&gt;
&lt;p&gt;Gets the document title extracted from its metadata, or Empty if no title is available.&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;kt&#34;&gt;string&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Title&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&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;class &lt;a href=&#34;../../documentinfo&#34;&gt;DocumentInfo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.markdown&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll --&gt;

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