2.2.4.2 FixedFormatSettings

msdn link

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.PowerPoint.Conversion

A complex type that specifies output settings for a conversion operation that has a ViewFormat (section 2.2.5.6) value of PptPdf or Xps.

 <xs:complexType name="FixedFormatSettings" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns1:ConversionSettings">
       <xs:sequence>
         <xs:element minOccurs="0" name="BitmapUnembeddableFonts" type="xs:boolean"/>
         <xs:element minOccurs="0" name="FrameSlides" type="xs:boolean"/>
         <xs:element minOccurs="0" name="IncludeDocumentProperties" type="xs:boolean"/>
         <xs:element minOccurs="0" name="IncludeDocumentStructureTags" type="xs:boolean"/>
         <xs:element minOccurs="0" name="IncludeHiddenSlides" type="xs:boolean"/>
         <xs:element minOccurs="0" name="OptimizeForMinimumSize" type="xs:boolean"/>
         <xs:element minOccurs="0" name="UsePdfA" type="xs:boolean"/>
         <xs:element minOccurs="0" name="UseVerticalOrder" type="xs:boolean"/>
         <xs:element minOccurs="0" name="m_endSlide" type="xs:unsignedInt"/>
         <xs:element minOccurs="0" name="m_publishOption" type="tns1:PublishOption"/>
         <xs:element minOccurs="0" name="m_startSlide" type="xs:unsignedInt"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

BitmapUnembeddableFonts: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether fonts that cannot be embedded in the output file are to be rasterized. True means fonts that cannot be embedded in the output file are rasterized.

FrameSlides: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether slides are to have a border. True means slides have a border.

IncludeDocumentProperties: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether document properties are to be included. True means document properties are included. 

IncludeDocumentStructureTags: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether document structure tags are to be included. True means document structure tags are included.

IncludeHiddenSlides: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether hidden slides are to be included. True means hidden slides are included.

OptimizeForMinimumSize: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether the output is to be optimized for minimum size. True means the output is optimized for minimum size.

UsePdfA: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether the output file is to use the PDF/A format described in [ISO-19005-1]. True means the output file uses the PDF/A format described in [ISO-19005-1].

UseVerticalOrder: An xs:boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether the output is to use vertical ordering. True means the output uses vertical ordering.

m_endSlide: An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the last slide to be included in the output.

m_publishOption: A PublishOption (section 2.2.5.5) that specifies the view.

m_startSlide: An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the first slide to be included in the output.