XpsSerializerFactory.DefaultFileExtension Property

Definition

Gets the standard file name extension for XPS documents.

public:
 property System::String ^ DefaultFileExtension { System::String ^ get(); };
public string DefaultFileExtension { get; }
member this.DefaultFileExtension : string
Public ReadOnly Property DefaultFileExtension As String

Property Value

The standard file name extension (including the leading period) for XPS documents.

Implements

Remarks

This method always returns the string ".xps".

Applies to