RadControls for WinForms

This class can be used to control various properties of PDF files created by Apoc XSL-FO.

Namespace: Telerik.Apoc.Render.Pdf
Assembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public sealed class PdfRendererOptions : IRendererOptions
Visual Basic
Public NotInheritable Class PdfRendererOptions _
	Implements IRendererOptions

Remarks

Can be used to control certain values in the generated PDF's information dictionary. These values are typically displayed in a document summary dialog of PDF viewer applications. This class also allows security settings to be specified that will cause generated PDF files to be encrypted and optionally password protected.

Inheritance Hierarchy

System..::..Object
  Telerik.Apoc.Render.Pdf..::..PdfRendererOptions

See Also