14 lines
150 B
Markdown
14 lines
150 B
Markdown
|
---
|
||
|
sidebar_label: PDFMargin.left
|
||
|
---
|
||
|
|
||
|
# PDFMargin.left property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface PDFMargin {
|
||
|
left?: string | number;
|
||
|
}
|
||
|
```
|