Click or drag to resize

PDFOutputOpts Enumeration

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PDFOutputOpts
Members
  Member nameValueDescription
DisplayInLine1 Tells the service to display the PDF inline, as opposed to just returning the file.
OutputAsBase64String2 Tells the service to output the PDF as a Base64 string, as opposed to straight Binary data.
See Also