CanExportToStream Property (XpsExportProvider)
In This Topic
Gets a value indicating whether export to stream is supported by the current format. This implementation returns false.
Syntax
'Declaration
Public Overrides ReadOnly Property CanExportToStream As Boolean
public override bool CanExportToStream {get;}
See Also