Class: Xberg::PdfMetadata
- Inherits:
-
Object
- Object
- Xberg::PdfMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#height ⇒ Integer?
Returns the value of attribute height.
-
#is_encrypted ⇒ Boolean?
Returns the value of attribute is_encrypted.
-
#page_count ⇒ Integer?
Returns the value of attribute page_count.
-
#pdf_version ⇒ String?
Returns the value of attribute pdf_version.
-
#producer ⇒ String?
Returns the value of attribute producer.
-
#scanned_confidence ⇒ Float?
Returns the value of attribute scanned_confidence.
-
#scanned_pages ⇒ Array[Integer]?
Returns the value of attribute scanned_pages.
-
#width ⇒ Integer?
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize ⇒ PdfMetadata
constructor
A new instance of PdfMetadata.
Constructor Details
#initialize ⇒ PdfMetadata
Returns a new instance of PdfMetadata.
2224 |
# File 'sig/types.rbs', line 2224
def initialize: (?pdf_version: String, ?producer: String, ?is_encrypted: bool, ?width: Integer, ?height: Integer, ?page_count: Integer, ?scanned_confidence: Float, ?scanned_pages: Array[Integer]) -> void
|
Instance Attribute Details
#height ⇒ Integer?
Returns the value of attribute height.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def height @height end |
#is_encrypted ⇒ Boolean?
Returns the value of attribute is_encrypted.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def is_encrypted @is_encrypted end |
#page_count ⇒ Integer?
Returns the value of attribute page_count.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def page_count @page_count end |
#pdf_version ⇒ String?
Returns the value of attribute pdf_version.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def pdf_version @pdf_version end |
#producer ⇒ String?
Returns the value of attribute producer.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def producer @producer end |
#scanned_confidence ⇒ Float?
Returns the value of attribute scanned_confidence.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def scanned_confidence @scanned_confidence end |
#scanned_pages ⇒ Array[Integer]?
Returns the value of attribute scanned_pages.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def scanned_pages @scanned_pages end |
#width ⇒ Integer?
Returns the value of attribute width.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def width @width end |