Input the document source.
Declaration Syntax| C# | Visual Basic | Visual C++ |
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] [GuidAttribute("FE099351-1B2C-454e-94DD-6EB31D287291")] public class APSource : IDisposable
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <GuidAttribute("FE099351-1B2C-454e-94DD-6EB31D287291")> _ Public Class APSource _ Implements IDisposable
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] [GuidAttribute(L"FE099351-1B2C-454e-94DD-6EB31D287291")] public ref class APSource : IDisposable
Members| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
![]() | ApplyXSLT(String, APLog) |
Applies the given XSL transformation to the document source.
|
![]() | CheckFormat(APLog) |
Checks if the specified Format is valid for the current source. In case of
Unknown determines the format of the current source.
|
![]() | Close()()() |
Disposes the current source.
|
![]() | IDisposable..::.Dispose()()() | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Format |
Gets the format of the current source.
|
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy| Object | |
![]() | APSource |
Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)




