This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class PdfSection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class PdfSection

The type exposes the following properties.

Public Properties

  Name Description
Public property CacheMode
Gets or sets the cache mode.
Public property Commands
Gets or sets the list of configured commands.
Public property Static member Current
Gets the current PDF configuration section.
Public property CurrentConfiguration (Inherited from ConfigurationElement.)
Public property ElementInformation (Inherited from ConfigurationElement.)
Public property Enabled
Gets or sets a value indicating whether the PDF generator is enabled.
Public property HeaderResponseMessage
Gets or sets the HTTP response header message for all PDF output.
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property SectionInformation (Inherited from ConfigurationSection.)

Protected Properties

  Name Description
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Protected property HasContext (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Properties (Inherited from ConfigurationElement.)

See Also

Advanced