XpsDocument.IsReader Property

Definition

Gets a value that indicates whether the package is readable.

public:
 property bool IsReader { bool get(); };
public bool IsReader { get; }
member this.IsReader : bool
Public ReadOnly Property IsReader As Boolean

Property Value

true if the package is readable; otherwise, false.

Applies to

See also