|
Ads API .NET library
|
Represents the dimensions of an AdUnit, LineItem or Creative. More...
Properties | |
| int | width [get, set] |
| The width of the AdUnit, LineItem or Creative. More... | |
| bool | widthSpecified [get, set] |
| int | height [get, set] |
| The height of the AdUnit, LineItem or Creative. More... | |
| bool | heightSpecified [get, set] |
| bool | isAspectRatio [get, set] |
| Whether this size represents an aspect ratio. More... | |
| bool | isAspectRatioSpecified [get, set] |
Represents the dimensions of an AdUnit, LineItem or Creative.
For interstitial size (out-of-page), native, ignored and fluid size, Size must be 1x1.
|
getset |
The height of the AdUnit, LineItem or Creative.
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202505.CreatePlacements.Run().
|
getset |
true, if a value is specified for height, false otherwise.
|
getset |
Whether this size represents an aspect ratio.
|
getset |
true, if a value is specified for isAspectRatio, false otherwise.
|
getset |
The width of the AdUnit, LineItem or Creative.
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202505.CreatePlacements.Run().
|
getset |
true, if a value is specified for width, false otherwise.