# GrapeCity.Documents.Pdf.Annotations.Model3DStream.Format

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Annotations_Model3DStream_Format_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DStream.Format*">Format Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Annotations_Model3DStream_Format_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DStream.Format*"></a>
<h4 id="GrapeCity_Documents_Pdf_Annotations_Model3DStream_Format" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DStream.Format">Format</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Documents.Pdf.Spec.IPdfName.html">IPdfName</a> object specifying
the format of the 3D data contained in the stream.
The <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DStreamFormat.html">Model3DStreamFormat</a> static class defines the values listed in the PDF specification;
this list may be extended in future revisions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IPdfName Format { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Format As IPdfName</code></pre>
</div>
</div>
