Class Content
This class provides information about the content of the specified PDF file, such as number of images, textual content etc.
Inheritance
System.Object
Content
Namespace: Adobe.PDFServicesSDK.pdfjobs.results.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Content
Properties
ContainsImages
Gets a Boolean specifying whether the content has any images. True if the content has any images. False otherwise.
Declaration
public bool ContainsImages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContainsImagesOnly
Gets a Boolean specifying whether the content consists only images. True if the content consists only images. False otherwise.
Declaration
public bool ContainsImagesOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContainsText
Returns a Boolean specifying whether the content has any text. True if the content has any text. False otherwise.
Declaration
public bool ContainsText { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEmpty
Returns a Boolean specifying whether the content is empty/blank. True if the content is empty. False otherwise.
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberOfImages
Gets the number of images in the content.
Declaration
public long NumberOfImages { get; }
Property Value
Type | Description |
---|---|
System.Int64 |